From eac6a62755be396425770407f115b343bf4e79e9 Mon Sep 17 00:00:00 2001 From: stuarthayhurst Date: Sat, 7 Aug 2021 10:19:56 +0100 Subject: [PATCH] Fixed script to pass `shellcheck` --- assets/render-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/render-assets.sh b/assets/render-assets.sh index 47741d8..1816849 100755 --- a/assets/render-assets.sh +++ b/assets/render-assets.sh @@ -45,7 +45,7 @@ while read -r i; do done < "$INDEX" if [[ "$EXPORT_TYPE" == "icons" ]]; then - cd $ASSETS_DIR || exit 1 + cd "$ASSETS_DIR" || exit 1 cp -a archlinux.png arch.png cp -a gnu-linux.png linux.png cp -a gnu-linux.png unknown.png