(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems

pull/155/head
smatz 16 years ago
parent 6077302660
commit 947f4bf213

@ -103,4 +103,4 @@ if [ -n "$BRANCH" ]; then
REV="${REV}-$BRANCH"
fi
echo -e "$REV\t$REV_NR\t$MODIFIED"
echo "$REV $REV_NR $MODIFIED"

Loading…
Cancel
Save