mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[git-tools] Use @ instead of : in sed command in pre-commit hook for wider compatibility.
This commit is contained in:
committed by
Chris Smith
parent
9afe2c9b6e
commit
9674214b2f
@@ -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
|
||||||
|
Reference in New Issue
Block a user