From 032c1b5328dac3b7dd3e9c6736aa5676806f2f31 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 6 Dec 2014 13:03:22 -0800 Subject: [PATCH] switch to == from = in new_home_directory --- new_home_directory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2