usage
This commit is contained in:
parent
25ff728317
commit
023b0205d8
@ -6,6 +6,10 @@ fatal() {
|
||||
echo $*
|
||||
exit 1
|
||||
}
|
||||
usage() {
|
||||
echo 'Usage: [dotag=no] makescrdist.sh do_it'
|
||||
exit 1
|
||||
}
|
||||
tagtopsvn() {
|
||||
(cd ..; svn copy -m "Release $version tagged" . $SVNREPOS/tags/$1) \
|
||||
|| fatal tag failed
|
||||
@ -21,6 +25,7 @@ tagtop() {
|
||||
}
|
||||
|
||||
#set -x
|
||||
test $# -eq 1 || usage
|
||||
|
||||
TAR=/usr/bin/tar
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user