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:
parent
9afe2c9b6e
commit
9674214b2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user