From d3fea97ee47899383639f7c8704af71f704ad88c Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Thu, 14 Feb 2019 13:37:15 +0100
Subject: [PATCH] DOC: Added warning to patch_header.sh: Useless BACKUPDIR.

---
 patches/utils/patch_header.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patches/utils/patch_header.sh b/patches/utils/patch_header.sh
index dc24bf1..1af182c 100644
--- a/patches/utils/patch_header.sh
+++ b/patches/utils/patch_header.sh
@@ -79,6 +79,7 @@ while test $# -gt 0; do
   ;;
  --backupdir*)
   BACKUPDIR="${1#--*=}"
+  echo "Warning: BACKUPDIR is not used currently."
   shift
   ;;
  *)
-- 
GitLab