From 3ed0bcae8b6ca938a9c9fd8bb445d13672595eac Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 31 Jul 2024 18:02:19 -0500 Subject: Copy without quotes to use wildcards --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index 11fb612..d403044 100755 --- a/init +++ b/init @@ -6,5 +6,5 @@ tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 cd "$luaver" make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" cd "/root/" -cp "$luaver/src/*.exe" . -cp "$luaver/src/*.dll" . +cp $luaver/src/*.exe . +cp $luaver/src/*.dll . -- cgit v1.2.3-55-g6feb