]> git.donarmstrong.com Git - bin.git/blobdiff - new_home_directory
abstract out run through spam
[bin.git] / new_home_directory
index 94348da9eba40d1cfd661614c591b5247b9b8f00..706c1cb9562aa593dad3b39ae6c1b0b40ce427bc 100755 (executable)
@@ -5,7 +5,7 @@
 
 
 # makes a new home directory; defaults to one that does not use ssh
-GIT_BASE=http://git.donarmstrong.com/
+GIT_BASE=https://git.donarmstrong.com/
 
 if [ "$1" = "ssh" ]; then
     GIT_BASE=git+ssh://git.donarmstrong.com/srv/git/
@@ -58,7 +58,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