From: Don Armstrong Date: Mon, 17 Jul 2017 21:39:02 +0000 (-0700) Subject: it's = not == X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=09f790cb2bce7d239eee44597b2e80cbda525eff it's = not == --- diff --git a/new_home_directory b/new_home_directory index 94348da..31f0983 100755 --- a/new_home_directory +++ b/new_home_directory @@ -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