change print to echo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10630 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8588ffdac5
commit
a6f8318362
@ -19,5 +19,6 @@
|
||||
#=cut
|
||||
#-------------------------------------------------------------------------------
|
||||
export PERL5DEBUGTRACE=":warn:indent(2):nomaxdepth:quotekeys"
|
||||
print "running:perl -MDebug::Trace=`cat /opt/xcat/share/xcat/tools/tracelevel$1` /opt/xcat/sbin/xcatd -f"
|
||||
echo "running:perl -MDebug::Trace=`cat /opt/xcat/share/xcat/tools/tracelevel$1` /opt/xcat/sbin/xcatd -f"
|
||||
perl -MDebug::Trace=`cat /opt/xcat/share/xcat/tools/tracelevel$1` /opt/xcat/sbin/xcatd -f
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user