diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index ba05f073f..5ec035043 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -14593,6 +14593,9 @@ procargs(char **argv) | |||
14593 | goto setarg0; | 14593 | goto setarg0; |
14594 | } else if (!sflag) { | 14594 | } else if (!sflag) { |
14595 | setinputfile(*xargv, 0); | 14595 | setinputfile(*xargv, 0); |
14596 | #if ENABLE_PLATFORM_MINGW32 | ||
14597 | convert_slashes(*xargv); | ||
14598 | #endif | ||
14596 | setarg0: | 14599 | setarg0: |
14597 | arg0 = *xargv++; | 14600 | arg0 = *xargv++; |
14598 | commandname = arg0; | 14601 | commandname = arg0; |