diff options
Diffstat (limited to 'Source/kwsys/System.c')
-rw-r--r-- | Source/kwsys/System.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/System.c b/Source/kwsys/System.c index de85c3a..3908c05 100644 --- a/Source/kwsys/System.c +++ b/Source/kwsys/System.c @@ -380,6 +380,10 @@ static char* kwsysSystem_Shell__GetArgument(const char* in, char* out, *out++ = *c++; } + /* The make variable reference eliminates any escaping needed + for preceding backslashes. */ + windows_backslashes = 0; + /* Stop if we have reached the end of the string. */ if(!*c) { |