diff --git a/dtcopy.sh b/dtcopy.sh index 3490d61..306d7a3 100644 --- a/dtcopy.sh +++ b/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