mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
fs-sysname-output-syntax-compatibility-20010723
per comment by Chaskiel Grundman, fs sysname didn't include a : before, nuke it
This commit is contained in:
parent
de296c6546
commit
c6d388fe14
@ -2125,7 +2125,7 @@ static SysNameCmd(as)
|
|||||||
fprintf(stderr, "No sysname name value was found\n");
|
fprintf(stderr, "No sysname name value was found\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
printf("Current sysname%s is:", setp>1 ? " list" : "");
|
printf("Current sysname%s is", setp>1 ? " list" : "");
|
||||||
for(;setp>0;--setp) {
|
for(;setp>0;--setp) {
|
||||||
printf(" \'%s\'", input);
|
printf(" \'%s\'", input);
|
||||||
input += strlen(input) + 1;
|
input += strlen(input) + 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user