From: Mike O'Connor Date: Sun, 30 Oct 2011 18:46:40 +0000 (-0400) Subject: default to 1 for CREATE_REMOTE X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/commitdiff_plain/5e3d6740d4c83839d6f1d793fc8be68a20e61a02 default to 1 for CREATE_REMOTE --- diff --git a/movein b/movein index 5da747e..e2d0e90 100755 --- a/movein +++ b/movein @@ -85,7 +85,7 @@ REMOTE_REPOS=~/git LOCAL_REPOS=~/.movein MRCONFIG=~/.mrconfig MOVEINRC=~/.moveinrc -CREATE_REMOTE=0 +CREATE_REMOTE=1 [ -e "$MOVEINRC" ] && . "$MOVEINRC"