2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 11:40:25 +00:00

Remove trailing spaces in file xCAT/postscripts/getcredentials.awk

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent a1685acd8e
commit d4aabbc7ec

View File

@@ -14,7 +14,7 @@ BEGIN {
print "<xcatrequest>" |& server
print " <command>getcredentials</command>" |& server
print " <callback_port>300</callback_port>" |& server
for (i=1; i<ARGC; i++)
for (i=1; i<ARGC; i++)
print " <arg>"ARGV[i]"</arg>" |& server
print "</xcatrequest>" |& server