diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-23 15:27:23 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-23 15:27:23 -0300 |
commit | e58f9bb289b1aa5cd4c96c26cccd0f69461e8436 (patch) | |
tree | 02ecf2f07c8a5c9dff1970b23241c827e07c69d9 | |
parent | 097bebd29949edf6ed7bd55d8fb21c477ac85236 (diff) | |
download | lpeg-e58f9bb289b1aa5cd4c96c26cccd0f69461e8436.tar.gz lpeg-e58f9bb289b1aa5cd4c96c26cccd0f69461e8436.tar.bz2 lpeg-e58f9bb289b1aa5cd4c96c26cccd0f69461e8436.zip |
Missing files in 'pack' script
-rwxr-xr-x | pack | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | FILES="makefile HISTORY README.md test.lua re.lua \ | 2 | FILES="makefile HISTORY README.md test.lua re.lua \ |
3 | lpeg.html re.html lpeg-128.gif \ | 3 | lpeg.html re.html lpeg-128.gif \ |
4 | lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ | 4 | lpcap.h lpcode.h lpcset.h lpprint.h lptree.h lptypes.h lpvm.h \ |
5 | lptree.h lptree.c lpvm.h lpvm.c" | 5 | lpcap.c lpcode.c lpcset.c lpprint.c lptree.c lpvm.c" |
6 | NAME=lpeg-$1 | 6 | NAME=lpeg-$1 |
7 | DIRN=versions/$NAME | 7 | DIRN=versions/$NAME |
8 | mkdir $DIRN | 8 | mkdir $DIRN |