diff --git a/bin/git-myshellconfig-checkout b/bin/git-myshellconfig-checkout index 3fd18d0..d7186ab 100755 --- a/bin/git-myshellconfig-checkout +++ b/bin/git-myshellconfig-checkout @@ -41,9 +41,7 @@ while [ $# -gt 0 ]; do case $1 in -h|--headless) # Headless repo local - echo "git remote name: ${MSC_GIT_REMOTE_NAME}" PRE="${MSC_GIT_REMOTE_NAME}" - echo "git PRE: ${PRE}" shift ;; -r|--force-repo-update) @@ -56,6 +54,7 @@ while [ $# -gt 0 ]; do ;; *) PRE="" + echo bla shift ;; esac