mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48: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
|
then
|
||||||
error=1
|
error=1
|
||||||
# Swap back in correct filenames
|
# 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
|
fi
|
||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|
Loading…
Add table
Reference in a new issue