index
:
ml/all
Tonori-Canyon
master
Combine all tmw2 repositories
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'git.sh')
-rwxr-xr-x
git.sh
2
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"
}