diff options
-rw-r--r-- | main/iw/iw-git-version.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/iw/iw-git-version.patch b/main/iw/iw-git-version.patch deleted file mode 100644 index 0286eb4889..0000000000 --- a/main/iw/iw-git-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./version.sh.orig -+++ ./version.sh -@@ -5,7 +5,7 @@ - - echo '#include "iw.h"' > "$OUT" - --if head=`git rev-parse --verify HEAD 2>/dev/null`; then -+if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then - git update-index --refresh --unmerged > /dev/null - descr=$(git describe) - |