Loading CHANGES +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ #3403: libgpg-error: bump to version 1.10 #3409: libgpg-error: download from gnupg.org #3421: nano: make tiny flag optional #4700: setlocalversion not working for combination svn/ubuntu 11.10... 2011.11, Released November 30th, 2011: Loading support/scripts/setlocalversion +2 −2 Original line number Diff line number Diff line Loading @@ -56,9 +56,9 @@ if hgid=`hg id 2>/dev/null`; then fi # Check for svn and a svn repo. if rev=`LANG=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then if rev=`LC_ALL=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then rev=`echo $rev | awk '{print $NF}'` changes=`LANG=C svn status 2>/dev/null | grep '^[AMD]' | wc -l` changes=`LC_ALL=C svn status 2>/dev/null | grep '^[AMD]' | wc -l` # Are there uncommitted changes? if [ $changes != 0 ]; then Loading Loading
CHANGES +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ #3403: libgpg-error: bump to version 1.10 #3409: libgpg-error: download from gnupg.org #3421: nano: make tiny flag optional #4700: setlocalversion not working for combination svn/ubuntu 11.10... 2011.11, Released November 30th, 2011: Loading
support/scripts/setlocalversion +2 −2 Original line number Diff line number Diff line Loading @@ -56,9 +56,9 @@ if hgid=`hg id 2>/dev/null`; then fi # Check for svn and a svn repo. if rev=`LANG=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then if rev=`LC_ALL=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then rev=`echo $rev | awk '{print $NF}'` changes=`LANG=C svn status 2>/dev/null | grep '^[AMD]' | wc -l` changes=`LC_ALL=C svn status 2>/dev/null | grep '^[AMD]' | wc -l` # Are there uncommitted changes? if [ $changes != 0 ]; then Loading