From 8cb9ba6f543ec3b3388717c6cf11420ed3ba01c6 Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Sat, 8 Jun 2024 21:23:17 -0400 Subject: [PATCH] Fixed whoopsie with base --- dtcopy.sh | 2 ++ 1 file changed, 2 insertions(+) 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