packaging: remove commented out stuff from update-pkginfo
authorMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 22:50:14 +0000 (23:50 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 23:29:16 +0000 (00:29 +0100)
Michael

packaging/bin/update-pkginfo

index 9d8006aa581ba5686ef8960693a045a032817074..ed34db0bb3d043e61d73cdb705bbc7f489cf4fd7 100755 (executable)
@@ -14,8 +14,6 @@ if [ $# -ne 3 ]; then
     echo Usage: update-pkginfo VERSION RELEASE REVISION
     exit 1
 fi
     echo Usage: update-pkginfo VERSION RELEASE REVISION
     exit 1
 fi
-# PREV=`echo ${REVISION} | sed 's/[^0-9]//g'`
-# PREV="."`echo ${REVISION} | sed 's/[0-9]//g'`".${PREV}"
 
 for f in `find . -type f -name "*.tmpl"`; do
         f2=`echo $f | sed s/.tmpl//g`
 
 for f in `find . -type f -name "*.tmpl"`; do
         f2=`echo $f | sed s/.tmpl//g`