summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index 60eaaf7..6d7e87b 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -339,7 +339,7 @@ done:
goto lose;
*p = c;
if (quotes)
- STPUTS_QUOTES(home, SQSYNTAX, expdest);
+ STPUTS_QUOTES(home, DQSYNTAX, expdest);
else
STPUTS(home, expdest);
return (p);
OpenPOWER on IntegriCloud