Fixed whoopsie with base

master
Steven Saus 4 weeks ago
parent 6d21c096b0
commit 8cb9ba6f54
  1. 2
      dtcopy.sh

@ -91,7 +91,9 @@ process_a_path () {
# with a BASE of /home/steven/music
# would result in the path /album/artist/file being copied
# as the path of the copied file
shift
BASE="${1}"
echo "BASE IS ${BASE}"
shift
;;
-h|--help) display_help

Loading…
Cancel
Save