mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-11 15:50:11 +00:00
Remove trailing spaces in file xCAT/postscripts/allowcred.awk
This commit is contained in:
@ -3,7 +3,7 @@ BEGIN {
|
||||
listener = "/inet/tcp/300/0/0"
|
||||
quit = "no"
|
||||
|
||||
print $0
|
||||
print $0
|
||||
while (match(quit,"no")) {
|
||||
while ((listener |& getline) > 0) {
|
||||
if (match($0,"CREDOKBYYOU?")) {
|
||||
|
Reference in New Issue
Block a user