1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

packaging: remove commented out stuff from update-pkginfo

Michael
This commit is contained in:
Michael Adam 2009-02-10 23:50:14 +01:00
parent e374bef8fc
commit d68e4a1503

View File

@ -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`