mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
update do-rebase for newer git
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
ced107a476
commit
5c99bbbbf1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ usage()
|
|||
exit $retcode
|
||||
}
|
||||
|
||||
if ! git status | grep -q 'nothing to commit, working directory clean' ; then
|
||||
if ! git status | grep -q 'nothing to commit, working .* clean' ; then
|
||||
echo "Working directory is not clean, cannot rebase." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue