From f3facd0cd3442c86b1da3e781357b9c18c6dbf3d Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:25:05 +0200 Subject: [PATCH] change image from ubuntu to bash --- trash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trash.sh b/trash.sh index cba07ad..ef94d38 100644 --- a/trash.sh +++ b/trash.sh @@ -23,7 +23,7 @@ trash_empty() { } trash_restore() { - for FILE_TO_RESTORE in "$@"; do + for FILE_TO_RESTORE in $@; do # Get old filepath for restore OLD_PATH=$(grep "$FILE_TO_RESTORE" "$FILE_PATHS_FILE" | cut -d ' ' -f2)