From 52de2160183593ae515f08eeed9d62d0b05a37d2 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Sun, 14 Oct 2007 12:31:24 +0300 Subject: [PATCH] =?utf8?q?find-lang=20POSIX-compliant=20find(1)=20usage=20?= =?utf8?q?(Ville=20Skytt=C3=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/find-lang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/find-lang.sh b/scripts/find-lang.sh index 60e9c69..624ed88 100755 --- a/scripts/find-lang.sh +++ b/scripts/find-lang.sh @@ -85,7 +85,7 @@ while test $# -gt 0 ; do esac done -find $TOP_DIR -type f -or -type l|sed ' +find $TOP_DIR -type f -o -type l|sed ' s:'"$TOP_DIR"':: '"$ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3: '"$NO_ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/_]\+\)\(.*/'"$NAME"'\.mo$\):%lang(\2) \1\2\3: -- 2.7.4