Fix linting issues in scripts
This commit is contained in:
parent
e3d5f15c00
commit
c4952aad8f
7 changed files with 17 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
rebase_marker="$(git rev-parse --show-toplevel)/.git/rebase-merge/done"
|
||||
while [ -f ${rebase_marker} ]
|
||||
while [ -f "${rebase_marker}" ]
|
||||
do
|
||||
git sign
|
||||
git rebase --continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue