summaryrefslogtreecommitdiff
path: root/packaging/bin
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:50:14 +0100
committerMichael Adam <obnox@samba.org>2009-02-11 00:29:16 +0100
commitd68e4a15039afc58760d0eed1a83ce8862ddeca4 (patch)
treefea6d3555a445e5ad2da0a80264b999e37f6125a /packaging/bin
parente374bef8fc212722af289cf6540f8ae3392661a8 (diff)
downloadsamba-d68e4a15039afc58760d0eed1a83ce8862ddeca4.tar.gz
samba-d68e4a15039afc58760d0eed1a83ce8862ddeca4.tar.bz2
samba-d68e4a15039afc58760d0eed1a83ce8862ddeca4.zip
packaging: remove commented out stuff from update-pkginfo
Michael
Diffstat (limited to 'packaging/bin')
-rwxr-xr-xpackaging/bin/update-pkginfo2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/bin/update-pkginfo b/packaging/bin/update-pkginfo
index 9d8006aa58..ed34db0bb3 100755
--- a/packaging/bin/update-pkginfo
+++ b/packaging/bin/update-pkginfo
@@ -14,8 +14,6 @@ if [ $# -ne 3 ]; then
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`