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:
bp-sawyers 2010-06-04 20:36:55 +00:00
parent bd9247dd13
commit e7d4696c69
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
MYNAME="${MYNAME:-${0##*/}}"
function usage {
echo
echo "Usage: $MYNAME netboot_rootdir "

View File

@ -1,5 +1,7 @@
#!/bin/sh
MYNAME="${MYNAME:-${0##*/}}"
function usage {
echo
echo "Usage: $MYNAME netboot_rootdir "