From 662378aefeb8aa045db12472a6a24168ca097f32 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 30 May 2024 10:26:48 +0000 Subject: [PATCH] fix: ignore shellcheck info --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c73ab24..d76b39e 100755 --- a/installer.sh +++ b/installer.sh @@ -44,7 +44,7 @@ function waFindInstalled() { cp "$DIR/install/ExtractPrograms.ps1" "$HOME/.local/share/winapps/ExtractPrograms.ps1" for F in $DIR/apps; do [[ -e "$F" ]] || break - # shellcheck disable=SC1090 + # shellcheck disable=SC1090,SC1091 . "$F/info" printf "IF EXIST \"%s\" ECHO %s >> \\\\tsclient\\home\\.local\\share\\winapps\\installed.tmp" "$WIN_EXECUTABLE" "$F" >>"$HOME/.local/share/winapps/installed.bat" done