mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
remove echoing
This commit is contained in:
parent
1167ebe15e
commit
5eb6ba2637
1 changed files with 0 additions and 2 deletions
|
@ -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}')
|
||||
|
|
Loading…
Reference in a new issue