Improve quoting
[ci skip]
This commit is contained in:
parent
9d82674c88
commit
c397f6f53a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ add_ci_skip ()
|
|||
[ $? -eq 0 ] && return
|
||||
|
||||
if [ $(git diff --cached --name-only | grep --count "$pattern") -eq 0 ]; then
|
||||
tempfile=$(mktemp "$0".XXXXXX)
|
||||
tempfile=$(mktemp "${0}.XXXXXX")
|
||||
cat - "$1" <<EOF > "$tempfile"
|
||||
|
||||
# It seems the changes to be committed are irrelevant for the continuous
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue