From dc64cd70d801b5ae5059dee171fea4ac4e8052fb Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 21 Sep 2021 20:25:56 +0200 Subject: [PATCH] Revert "change image from ubuntu to bash" This reverts commit f3facd0cd3442c86b1da3e781357b9c18c6dbf3d. --- trash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trash.sh b/trash.sh index ef94d38..cba07ad 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)