From 09ac54f9658a80008a31372ba9915691c7c208dc Mon Sep 17 00:00:00 2001 From: pkr Date: Mon, 18 Nov 2024 20:33:29 +0100 Subject: [PATCH] Fix variable usage --- lfsSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfsSetup.sh b/lfsSetup.sh index ff45735..e57ce76 100755 --- a/lfsSetup.sh +++ b/lfsSetup.sh @@ -280,7 +280,7 @@ if [ -n "$GRUB_SCRIPT" ] ; then fi # Enter to jhalfs folder and start the build -cd "DIR_JHALFS" +cd "$DIR_JHALFS" make # Patch the sudoers file