aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-01 02:03:17 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-01 02:03:17 +1000
commitba6661e9dfb4970918e6456df83625025410641d (patch)
treee5a0f2e13a95819a229d53dae64c0c448593df80 /builtin.h
parent55af8e49668b32bdfee8a8bc8a9440673ad7f367 (diff)
Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fish less likely to print huge amounts of help in non-interactive mode, as per suggestion from Mike Roberts.
darcs-hash:20070131160317-ac50b-8354948f55a1478515ebfe7ddb6db14b6775dd18.gz
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin.h b/builtin.h
index 9629c7ad..722b31ed 100644
--- a/builtin.h
+++ b/builtin.h
@@ -35,12 +35,12 @@ enum
/**
Error message on multiple scope levels for variables
*/
-#define BUILTIN_ERR_GLOCAL _( L"%ls: Variable scope can only be one of universal, global and local\n%ls\n" )
+#define BUILTIN_ERR_GLOCAL _( L"%ls: Variable scope can only be one of universal, global and local\n" )
/**
Error message for specifying both export and unexport to set/read
*/
-#define BUILTIN_ERR_EXPUNEXP _( L"%ls: Variable can't be both exported and unexported\n%ls\n" )
+#define BUILTIN_ERR_EXPUNEXP _( L"%ls: Variable can't be both exported and unexported\n" )
/**
Error message for unknown switch