9 #alternatives echo "$arg" | cut -d= -f2-
10 # or echo "$arg" | sed 's/[^=]*=//'
14 printf "%s\n" "Usage: xgettext [OPTION] [INPUTFILE]..."
19 printf "%s\n", "these are not (GNU gettext-tools) 99.9999.9999\n"
25 #--files-from=*) readfile `spliteq "$1"`;;
26 #-f) expectfilefrom=1;;
27 --version) show_version
;;
29 --default-domain=*) domain
=`spliteq "$1"` ;;
30 -d) shift ; domain
="$1" ;;
35 -o) shift ; outputfile
="$1" ;;
36 --output=*) outputfile
=`spliteq "$1"` ;;
37 --output-dir=*) outputdir
=`spliteq "$1"` ;;
38 -p) shift ; outputdir
=`spliteq "$1"` ;;
46 --exclude-file=*) : ;;
48 --add-comments=*) : ;;
72 --force-po) force
=1 ;;
79 --properties-output) : ;;
80 --stringtable-output) : ;;
89 --copyright-holder=*) : ;;
91 --package-name=*) : ;;
92 --package-version=*) : ;;
93 --msgid-bugs-address=*) : ;;
94 --msgstr-prefix*) : ;;
96 --msgstr-suffix*) : ;;
105 [ "$outputfile" = "-" ] && exit 0
106 [ -z "$outputdir" ] && outputdir
=.
107 [ -z "$outputfile" ] && outputfile
=${domain}.po
108 touch $outputdir/$outputfile