remove echoing

This commit is contained in:
Andy2 2011-09-14 05:45:32 -07:00
parent 1167ebe15e
commit 5eb6ba2637

View file

@ -12,7 +12,6 @@ usage() {
}
while [ $# -ge 1 ]; do
echo $1
case $1 in
--branch)
shift
@ -35,7 +34,6 @@ while [ $# -ge 1 ]; do
done
[ -n "$FILES" ] || usage
echo "FILES: $FILES"
if [ -n "$BRANCH" ]; then
REV=$(git log $BRANCH | grep '^commit' | head -n 1 | awk '{print $2}')