summaryrefslogtreecommitdiffstats
path: root/strings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'strings.sh')
-rw-r--r--strings.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/strings.sh b/strings.sh
index 3f179c10..47753535 100644
--- a/strings.sh
+++ b/strings.sh
@@ -67,6 +67,9 @@ mdoc_a2${name}(const char *p)
!
while read in ; do
+ [ -z "$in" ] && continue;
+ [ "#" == `echo "$in" | cut -c1` ] && continue;
+
key=`printf "%s\n" "$in" | cut -f 1`
val=`printf "%s\n" "$in" | cut -f 2- | sed 's!^[ ]*!!'`
cat <<!