1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[git-tools] Use @ instead of : in sed command in pre-commit hook for wider compatibility.

This commit is contained in:
Oleg Pudeyev 2010-04-10 05:43:26 -04:00 committed by Chris Smith
parent 9afe2c9b6e
commit 9674214b2f

View File

@ -62,7 +62,7 @@ do
then
error=1
# Swap back in correct filenames
errors=$(echo "$errors"; echo "$result" |sed -e "s:in - on:in $filename on:g")
errors=$(echo "$errors"; echo "$result" |sed -e "s@in - on@in $filename on@g")
fi
done
unset IFS