Merge pull request #463 from alex-frost/master
change string comparison
This commit is contained in:
commit
5984dbb710
@ -4,7 +4,7 @@ if [ ! -d "$HOME/.yadr" ]; then
|
|||||||
echo "Installing YADR for the first time"
|
echo "Installing YADR for the first time"
|
||||||
git clone https://github.com/skwp/dotfiles.git "$HOME/.yadr"
|
git clone https://github.com/skwp/dotfiles.git "$HOME/.yadr"
|
||||||
cd "$HOME/.yadr"
|
cd "$HOME/.yadr"
|
||||||
[ "$1" == "ask" ] && export ASK="true"
|
[ "$1" = "ask" ] && export ASK="true"
|
||||||
rake install
|
rake install
|
||||||
else
|
else
|
||||||
echo "YADR is already installed"
|
echo "YADR is already installed"
|
||||||
|
Loading…
Reference in New Issue
Block a user