We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e075479 commit 2d2c937Copy full SHA for 2d2c937
src/Locales/extract_messages.sh
@@ -2,7 +2,7 @@
2
3
which xgettext &>/dev/null || { echo "xgettext not found, please install it"; exit 1; }
4
5
-cd "$( dirname "$0" )/../"
+cd -- "$( dirname -- "$0" )/../"
6
7
find -name '*.php' | xgettext \
8
--from-code utf-8 \
0 commit comments