diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-23 18:48:34 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-23 18:48:34 -0500 |
commit | 54625c9f9048292abfb0f3a2a48a2052bb4110f5 (patch) | |
tree | b567cbf339a7e1c9121bf3be08ec4f21aafbced1 | |
parent | 28bb00805a503061207b33ce78db4d822af9729a (diff) | |
download | lua-packaging-54625c9f9048292abfb0f3a2a48a2052bb4110f5.tar.gz lua-packaging-54625c9f9048292abfb0f3a2a48a2052bb4110f5.tar.bz2 lua-packaging-54625c9f9048292abfb0f3a2a48a2052bb4110f5.zip |
Prevent success
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ cd "/root/" | |||
9 | cp $luaver/src/*.exe . | 9 | cp $luaver/src/*.exe . |
10 | cp $luaver/src/*.dll . | 10 | cp $luaver/src/*.dll . |
11 | cp $luaver/src/*.a . | 11 | cp $luaver/src/*.a . |
12 | 12 | exit -1 | |