]> git.donarmstrong.com Git - bin.git/commitdiff
it's = not ==
authorDon Armstrong <don@donarmstrong.com>
Mon, 17 Jul 2017 21:39:02 +0000 (14:39 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 17 Jul 2017 21:39:02 +0000 (14:39 -0700)
new_home_directory

index 94348da9eba40d1cfd661614c591b5247b9b8f00..31f0983266b98699a9fc20584e67bae2c3adfe65 100755 (executable)
@@ -58,7 +58,7 @@ for a in lib bin; do
     fi;
 done;
 
     fi;
 done;
 
-if [ "$1" == "ssh" ]; then
+if [ "$1" = "ssh" ]; then
     mkdir -p .config/;
     (cd .config/;
         git checkout git+ssh://git.donarmstrong.com/srv/git_private/mr.git
     mkdir -p .config/;
     (cd .config/;
         git checkout git+ssh://git.donarmstrong.com/srv/git_private/mr.git