about summary refs log tree commit diff stats
path: root/scripts/fixtext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixtext.sh')
-rwxr-xr-xscripts/fixtext.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/fixtext.sh b/scripts/fixtext.sh
index 1f5c1abd..a6f53b6b 100755
--- a/scripts/fixtext.sh
+++ b/scripts/fixtext.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $LynxId: fixtext.sh,v 1.2 2021/01/07 00:21:03 tom Exp $
 
 # xgettext only processes literal strings.  Someone with a poor sense of humor
 # decided to ignore strings in preprocessor lines.  So we construct a fake
@@ -7,4 +8,4 @@
 sed	-e 's/")/");/' \
 	-e 's/^#define[ 	]*\([^ 	]*\)[ 	]*gettext/char *\1 = gettext/' \
 	-e 's,^#define[ 	]*\([^ 	]*\)[ 	]*\\,/* #define \1 */char *\1 = \\,' \
-	$*
+	"$@"