aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index c970d9097..27092c12f 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -5012,7 +5012,7 @@ static int parse_dollar_squote(o_string *as_string, o_string *dest, struct in_st
5012# undef as_string 5012# undef as_string
5013} 5013}
5014#else 5014#else
5015# #define parse_dollar_squote(as_string, dest, input) 0 5015# define parse_dollar_squote(as_string, dest, input) 0
5016#endif /* BASH_DOLLAR_SQUOTE */ 5016#endif /* BASH_DOLLAR_SQUOTE */
5017 5017
5018/* Return code: 0 for OK, 1 for syntax error */ 5018/* Return code: 0 for OK, 1 for syntax error */