Skip to content
Snippets Groups Projects
Commit d3fea97e authored by Daniel's avatar Daniel
Browse files

DOC: Added warning to patch_header.sh: Useless BACKUPDIR.

parent 448d1187
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ while test $# -gt 0; do ...@@ -79,6 +79,7 @@ while test $# -gt 0; do
;; ;;
--backupdir*) --backupdir*)
BACKUPDIR="${1#--*=}" BACKUPDIR="${1#--*=}"
echo "Warning: BACKUPDIR is not used currently."
shift shift
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment