Use PROGNAME
This commit is contained in:
parent
c30535c875
commit
0da2c7ddfe
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#variables
|
||||
PROGNAME="tests.sh"
|
||||
#executables
|
||||
DATE="date"
|
||||
|
||||
|
@ -66,7 +67,7 @@ _test()
|
|||
#usage
|
||||
_usage()
|
||||
{
|
||||
echo "Usage: tests.sh [-c][-P prefix] target" 1>&2
|
||||
echo "Usage: $PROGNAME [-c][-P prefix] target" 1>&2
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user