mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Remove messages.po if it does exist :-)
This commit is contained in:
parent
d5285da970
commit
b878481c4e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ esac
|
||||||
KEYWORDS="-k -kt -ktt:1,2"
|
KEYWORDS="-k -kt -ktt:1,2"
|
||||||
|
|
||||||
echo "Extract strings to $OUTFILE.."
|
echo "Extract strings to $OUTFILE.."
|
||||||
rm "$OUTFILE"; touch "$OUTFILE"
|
[ -f "$OUTFILE" ] && rm "$OUTFILE"; touch "$OUTFILE"
|
||||||
|
|
||||||
# shellcheck disable=SC2086 # $FINDOPTS is meant to be split
|
# shellcheck disable=SC2086 # $FINDOPTS is meant to be split
|
||||||
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort --stable)
|
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort --stable)
|
||||||
|
|
Loading…
Reference in a new issue