]> git.donarmstrong.com Git - bin.git/commitdiff
switch to == from = in new_home_directory
authorDon Armstrong <don@donarmstrong.com>
Sat, 6 Dec 2014 21:03:22 +0000 (13:03 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 6 Dec 2014 21:03:22 +0000 (13:03 -0800)
new_home_directory

index 3e348a40d6daff49878d4ff8f639196c466bf8b1..3554bacfecc810ffd050f0fae498dabe90531684 100755 (executable)
@@ -46,7 +46,7 @@ for a in lib bin; do
     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