From: Don Armstrong Date: Sat, 6 Dec 2014 21:03:22 +0000 (-0800) Subject: switch to == from = in new_home_directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=032c1b5328dac3b7dd3e9c6736aa5676806f2f31;hp=5e6c2d6f8c2a20bc09e525816584919fc78c027a;p=bin.git switch to == from = in new_home_directory --- diff --git a/new_home_directory b/new_home_directory index 3e348a4..3554bac 100755 --- a/new_home_directory +++ b/new_home_directory @@ -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