find-lang POSIX-compliant find(1) usage (Ville Skyttä)

This commit is contained in:
Panu Matilainen 2007-10-14 12:31:24 +03:00
parent aeeee26cbc
commit 52de216018
1 changed files with 1 additions and 1 deletions

View File

@ -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: