From eae801dab2255897fb25b6aa00fe666f4b4d419e Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Sat, 14 Mar 2020 20:38:50 -0700 Subject: [PATCH] Do minor bug fix in wildcard; fixes #6 --- pdf2searchablepdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2searchablepdf.sh b/pdf2searchablepdf.sh index 5da493b..f0c5576 100755 --- a/pdf2searchablepdf.sh +++ b/pdf2searchablepdf.sh @@ -162,7 +162,7 @@ main() { # FOR DEVELOPMENT TO SPEED THIS UP BY USING PREVIOUSLY-GENERATED FILES INSTEAD # (comment out the above command, & uncomment the below command): - # cp "pdf2searchablepdf_temp_20191110-231200.594322352/*" "$temp_dir" + # cp "pdf2searchablepdf_temp_20191110-231200.594322352"/* "$temp_dir" echo "All TIF files created."