X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fkernel-send-patches.sh;fp=scripts%2Fkernel-send-patches.sh;h=bbceb0f4dee2a870af816333f0123e661ba91d2d;hb=6b7ad0e73d4436fec94ba763d16f34d22a4a4ebb;hp=6231ac8f224a86e2df60983f292c30243d3f7b3d;hpb=95d0e56b5a71fa660bc56639572bdfe1ebf5bba8;p=hvutilities.git diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index 6231ac8..bbceb0f 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -285,7 +285,7 @@ if [ x"${orig_branch}" = x"" ]; then fi if git branch | grep -q ${patches_branch}; then - git branch -D ${patches_branch} + git branch -D ${patches_branch} 1>/dev/null fi if [ "${debug}" = "1" ]; then