Fixed bug 3011426 (var MYNAME undefined)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6360 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bd9247dd13
commit
e7d4696c69
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
MYNAME="${MYNAME:-${0##*/}}"
|
||||
|
||||
function usage {
|
||||
echo
|
||||
echo "Usage: $MYNAME netboot_rootdir "
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
MYNAME="${MYNAME:-${0##*/}}"
|
||||
|
||||
function usage {
|
||||
echo
|
||||
echo "Usage: $MYNAME netboot_rootdir "
|
||||
|
Loading…
Reference in New Issue
Block a user