diff --git a/apps/routerconsole/java/bundle-messages.sh b/apps/routerconsole/java/bundle-messages.sh index bdb52c07c1610719cfa1671c3fd91d92e2463f1f..ad257b167eeb952f5c521218b4fa1b13f66ac330 100755 --- a/apps/routerconsole/java/bundle-messages.sh +++ b/apps/routerconsole/java/bundle-messages.sh @@ -38,7 +38,7 @@ then mkdir -p build echo '// Automatically generated pseudo-java for xgettext - do not edit' > $JFILE echo '// Translators may wish to translate a few of these, do not bother to translate all of them!!' >> $JFILE - sed -e '/#/d' -e 's/..,\(..*\)/_("\1");/' $CFILE >> $JFILE + sed -e '/^#/d' -e 's/..,\(..*\)/_("\1");/' $CFILE >> $JFILE fi # list specific files in core/ and router/ here, so we don't scan the whole tree