config_files
config_files copied to clipboard
Error with install.sh
In Ubuntu 9.10 when running install.sh:
./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found WARNING: /home/sdewald/.gitconfig exists but is not a symlink. ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found ./install.sh: 35: [[: not found
I don't recall getting this error before running Ubuntu 9.04. Will look into it more when I get a chance... I'm sure it's something I overlooked.
Solved by changing the first line of install.sh from #!/bin/sh to #!/bin/zsh... I think it's related to the Ubuntu default shell being dash. https://wiki.ubuntu.com/DashAsBinSh