aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 08357ca77..56f2728f5 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -306,7 +306,7 @@ static void __syntax(const char *file, int line)
306{ 306{
307 bb_error_msg("syntax error %s:%d", file, line); 307 bb_error_msg("syntax error %s:%d", file, line);
308} 308}
309// NB: was __FILE__, but that produces full path sometimess, so... 309// NB: was __FILE__, but that produces full path sometimes, so...
310#define syntax() __syntax("hush.c", __LINE__) 310#define syntax() __syntax("hush.c", __LINE__)
311 311
312/* Index of subroutines: */ 312/* Index of subroutines: */