:thoughts-fmt now forwarding options to old formatter

master
Mike Gerwitz 2014-11-30 17:29:17 -05:00
parent cc0fe11084
commit dfca67abe8
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@
fmt-old()
{
exec "$msgfmt_default" "$@"
exec "$msgfmt_default" "${all_args[@]}"
}
declare -a all_args="$@"
while getopts nP opt; do
case "$opt" in