From: Don Armstrong Date: Fri, 10 Sep 2010 23:37:25 +0000 (+0000) Subject: quote temp in sanitize filename X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73aaaaa03ad118a460f74dfd434c6a572d131594;p=bin.git quote temp in sanitize filename --- diff --git a/sanitize_filename b/sanitize_filename index 11574bc..029e0d0 100755 --- a/sanitize_filename +++ b/sanitize_filename @@ -3,7 +3,7 @@ # should probably try to avoid overwriting existing files, but c'est la vie! TEMP="$(getopt --longoptions 'anime' -- '' "$@")" -eval set -- $TEMP +eval set -- "$TEMP" set -e ANIME_CUT=0