diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 6f381e6..a46c23b 100644 --- a/src/options.c +++ b/src/options.c @@ -159,7 +159,6 @@ procargs(int argc, char **argv) setinputfile(*xargv, 0); setarg0: arg0 = *xargv++; - commandname = arg0; } shellparam.p = xargv; |