|
|
@ -149,8 +149,6 @@ com_bug(wordlist *wl) |
|
|
void |
|
|
void |
|
|
com_version(wordlist *wl) |
|
|
com_version(wordlist *wl) |
|
|
{ |
|
|
{ |
|
|
char *s; |
|
|
|
|
|
|
|
|
|
|
|
if (!wl) { |
|
|
if (!wl) { |
|
|
|
|
|
|
|
|
/* no printout in pipe mode (-p) */ |
|
|
/* no printout in pipe mode (-p) */ |
|
|
@ -172,7 +170,7 @@ com_version(wordlist *wl) |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
|
|
|
|
|
|
s = wl_flatten(wl); |
|
|
|
|
|
|
|
|
char *s = wl_flatten(wl); |
|
|
|
|
|
|
|
|
if (!strncasecmp(s, "-s", 2)) { |
|
|
if (!strncasecmp(s, "-s", 2)) { |
|
|
|
|
|
|
|
|
|