diff options
Diffstat (limited to 'scripts/setlocalversion')
-rwxr-xr-x | scripts/setlocalversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 83b75126c9f7..453faffe18a7 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion | |||
@@ -55,7 +55,7 @@ if rev=`svn info 2>/dev/null | grep '^Revision'`; then | |||
55 | 55 | ||
56 | # Are there uncommitted changes? | 56 | # Are there uncommitted changes? |
57 | if [ $changes != 0 ]; then | 57 | if [ $changes != 0 ]; then |
58 | printf -- '-svn%s%s%s' "$rev" -dirty "$changes" | 58 | printf -- '-svn%s%s' "$rev" -dirty |
59 | else | 59 | else |
60 | printf -- '-svn%s' "$rev" | 60 | printf -- '-svn%s' "$rev" |
61 | fi | 61 | fi |