]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix command to get revision.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 31 Jan 2013 16:29:44 +0000 (16:29 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 31 Jan 2013 16:29:44 +0000 (16:29 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10854 7a7537e8-13f0-0310-91df-b6672ffda945

tools/makeipptoolpkg

index fd8cd76ecfef3f6d5e1529c2071cfd2d4a0b34ab..34926fa9a9b44a7957306329bc4cca5c9f07c5cf 100755 (executable)
@@ -32,7 +32,7 @@ fi
 if test $# = 0; then
        echo Updating to get snapshot version...
        svn up
-       rev=`svn info . | grep Revision | awk '{print $2}'
+       rev=`svn info . | grep Revision | awk '{print $2}'`
        fileversion="`date '+%Y%m%d'`-r$rev"
 else
        fileversion=$1