Date: Friday, May 6, 2022 @ 10:23:30
  Author: grawlinson
Revision: 1195991

upgpkg: quicklisp

Modified:
  quicklisp/trunk/get-files.sh

--------------+
 get-files.sh |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: get-files.sh
===================================================================
--- get-files.sh        2022-05-06 10:03:03 UTC (rev 1195990)
+++ get-files.sh        2022-05-06 10:23:30 UTC (rev 1195991)
@@ -14,21 +14,21 @@
 
 # download files if they don't exist
 for file in "${FILES[@]}"; do
-  if [ ! -f "$(basename ${file})" ]; then
+       if [ ! -f "$(basename ${file})" ]; then
                curl --location --remote-name "$file"
        fi
 done
 
 if [ ! -f 'README.md' ]; then
-       html2text index.html > README.md
+       html2text index.html >README.md
 fi
 
 if [ ! -f 'FAQ.md' ]; then
-       html2text faq.html > FAQ.md
+       html2text faq.html >FAQ.md
 fi
 
 if [ ! -f 'LICENSE' ]; then
-       sed -n '/Copyright/,/from the author./p' README.md | sed -e 's/^      
//' > LICENSE
+       sed -n '/Copyright/,/from the author./p' README.md | sed -e 's/^      
//' >LICENSE
 fi
 
 # strip trailing whitespace from generated files

Reply via email to