From e58f9bb289b1aa5cd4c96c26cccd0f69461e8436 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Jun 2023 15:27:23 -0300 Subject: Missing files in 'pack' script --- pack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pack') diff --git a/pack b/pack index ee38bc3..15041e7 100755 --- a/pack +++ b/pack @@ -1,8 +1,8 @@ #!/bin/bash FILES="makefile HISTORY README.md test.lua re.lua \ lpeg.html re.html lpeg-128.gif \ - lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ - lptree.h lptree.c lpvm.h lpvm.c" + lpcap.h lpcode.h lpcset.h lpprint.h lptree.h lptypes.h lpvm.h \ + lpcap.c lpcode.c lpcset.c lpprint.c lptree.c lpvm.c" NAME=lpeg-$1 DIRN=versions/$NAME mkdir $DIRN -- cgit v1.2.3-55-g6feb