Skip to content

Commit

Permalink
delete HIDDEN_FILES (#141)
Browse files Browse the repository at this point in the history
* unset HIDDEN_FILES

* delete not used variable
  • Loading branch information
retokromer authored and dericed committed Dec 12, 2017
1 parent 813f396 commit 89bf549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verifylto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

SCRIPTDIR=$(dirname "${0}")
. "${SCRIPTDIR}/mmfunctions" || { echo "Missing '${SCRIPTDIR}/mmfunctions'. Exiting." ; exit 1 ; }
HIDDEN_FILES=""
TAPE_MOUNT_POINT="/Volumes"
TAPE_SERIAL_REGEX="^[A-Z0-9]{6}(L[567])?$"
_check_for_lto_index_dir
Expand Down

0 comments on commit 89bf549

Please sign in to comment.