|
@@ -55,7 +55,7 @@ if rev=`svn info 2>/dev/null | grep '^Revision'`; then
|
|
|
|
|
|
# Are there uncommitted changes?
|
|
# Are there uncommitted changes?
|
|
if [ $changes != 0 ]; then
|
|
if [ $changes != 0 ]; then
|
|
- printf -- '-svn%s%s%s' "$rev" -dirty "$changes"
|
|
|
|
|
|
+ printf -- '-svn%s%s' "$rev" -dirty
|
|
else
|
|
else
|
|
printf -- '-svn%s' "$rev"
|
|
printf -- '-svn%s' "$rev"
|
|
fi
|
|
fi
|