--parents or --force are illegal option
julienbourdeau opened this issue · 2 comments
julienbourdeau commented
Hi,
This is a very weird error, I dunno why but my mac tells me that mkdir --parents isn't correct but -p works fine :/
Same probleme with --force, I get:
sudo bash symlink-dotfiles.sh
Symlinking dotfiles from /Users/julien/Development/paulmillr/dotfiles
Linking '/Users/julien/Development/paulmillr/dotfiles/home/*' to '/Users/julien/.*'
rm: illegal option -- -
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
I know it's not related to your code but maybe you know.
Thank you
paulmillr commented
which os ver are you on and does mkdir --parent work?
julienbourdeau commented
mkdir --parent didn't work either. I created the folders myself.
I'm on a OSX 10.8.4 and I just switched to zsh
zsh 4.3.11 (i386-apple-darwin12.0)