From c605f4221c2cd3e5f982f0acc60466cdf85d1e72 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Jun 2013 13:45:21 +0300 Subject: [PATCH] Script fix --- patching/scripts/create-patches.sh | 2 ++ patching/scripts/create-tarballs.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/patching/scripts/create-patches.sh b/patching/scripts/create-patches.sh index 6f7a4c7d..5faf79f9 100755 --- a/patching/scripts/create-patches.sh +++ b/patching/scripts/create-patches.sh @@ -1,5 +1,7 @@ #!/bin/bash -ex +shopt -s nullglob + mkdir -p patches work for f in work/* diff --git a/patching/scripts/create-tarballs.sh b/patching/scripts/create-tarballs.sh index 2e7a0e7d..97191aec 100755 --- a/patching/scripts/create-tarballs.sh +++ b/patching/scripts/create-tarballs.sh @@ -1,5 +1,7 @@ #!/bin/bash -ex +shopt -s nullglob + mkdir -p tarballs for f in patches/*