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:
parent
e374bef8fc
commit
d68e4a1503
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user