diff options
-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 |