From 9f4c02a02083ae02546e09e5965da9afa3e6adbc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 2 May 2007 17:48:19 +0000 Subject: [PATCH] Fix quoting problem. --- utils/change_textdomain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/change_textdomain b/utils/change_textdomain index 674fcd1ad88..5a275e4b9f7 100755 --- a/utils/change_textdomain +++ b/utils/change_textdomain @@ -95,7 +95,7 @@ overwrite() file=$1; shift new=/tmp/over$$; old=/tmp/under$$ - trap \'rm -f $new $old ; exit 1\' 1 2 15 + trap 'rm -f $new $old ; exit 1' 1 2 15 if PATH=$opath "$@" >$new then