summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-19 12:06:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-19 12:06:29 +0300
commitfbe9abd71922c064d14d5f193ecb79f367c83ec6 (patch)
treee3e1747d4a83853dcc017ba1a90c1f18d3d99aa4
parenta47ea35d4d872a389b792ecba9ebe05cae9b0243 (diff)
downloadall-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.gz
all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.bz2
all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.tar.xz
all-fbe9abd71922c064d14d5f193ecb79f367c83ec6.zip
fix git.sh script for support multiple parameters.
-rwxr-xr-xgit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.sh b/git.sh
index 50a88ad..9d5c94e 100755
--- a/git.sh
+++ b/git.sh
@@ -7,7 +7,7 @@ function status {
DIR=$(pwd)
cd "$1"
echo "$2:"
- git "$CMD"
+ git $CMD
cd "$DIR"
}