mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Added some command line argument checking and usage info.
(This used to be commit a13eedf8bdefacfb569eb006d8c169247272ecf6)
This commit is contained in:
parent
08ab0a2a3e
commit
edc22874ad
@ -3,6 +3,11 @@
|
||||
VERSION=$1
|
||||
RELEASE=$2
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo Usage: update-pkginfo VERSION RELEASE
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for f in */*/*.tmpl; do
|
||||
f2=`echo $f | sed s/.tmpl//g`
|
||||
echo $f2
|
||||
|
Loading…
x
Reference in New Issue
Block a user