Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118162
b: refs/heads/master
c: e3da2fb
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Sam Ravnborg committed Oct 29, 2008
1 parent 4bf686c commit 58d2f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcc2da1a9693807096e9ac5137b499a829c51268
refs/heads/master: e3da2fb712bb75b6035ba0743f3256df1de30bce
2 changes: 1 addition & 1 deletion trunk/scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if rev=`svn info 2>/dev/null | grep '^Revision'`; then

# Are there uncommitted changes?
if [ $changes != 0 ]; then
printf -- '-svn%s%s%s' "$rev" -dirty "$changes"
printf -- '-svn%s%s' "$rev" -dirty
else
printf -- '-svn%s' "$rev"
fi
Expand Down

0 comments on commit 58d2f0e

Please sign in to comment.