summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-31 18:02:19 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-31 18:02:19 -0500
commit3ed0bcae8b6ca938a9c9fd8bb445d13672595eac (patch)
tree1909babc1dfa64edc968a3e1b070f30bb3e432dd
parent982459ff2287082ef844e80b3c9c0deda3ad673b (diff)
downloadlua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.tar.gz
lua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.tar.bz2
lua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.zip
Copy without quotes to use wildcards
-rwxr-xr-xinit4
1 files 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
6cd "$luaver" 6cd "$luaver"
7make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" 7make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS"
8cd "/root/" 8cd "/root/"
9cp "$luaver/src/*.exe" . 9cp $luaver/src/*.exe .
10cp "$luaver/src/*.dll" . 10cp $luaver/src/*.dll .