mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue