[gimp-web-devel/hugo] Just for testing! Remove this commit after.



commit 0cfd39845678519329688aaef6b43c76b70caeca
Author: Jehan <jehan girinstud io>
Date:   Fri Aug 5 00:19:12 2022 +0200

    Just for testing! Remove this commit after.
    
    Trying to understand:
    
    > tar (child): lbzip2: Cannot exec: No such file or directory

 scripts/update_api_docs.sh | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/scripts/update_api_docs.sh b/scripts/update_api_docs.sh
index a928d6e..e826434 100644
--- a/scripts/update_api_docs.sh
+++ b/scripts/update_api_docs.sh
@@ -9,7 +9,11 @@ VERSION=`wget -O - $DOWNLOAD_URL | grep "0.0_LATEST-IS" | sed "s/.*LATEST-IS-//;
 echo "Getting tarball..."
 wget $DOWNLOAD_URL/gimp-$VERSION.tar.bz2
 
+# JUST FOR TESTING!
+ls
+
 echo "Extracting..."
+echo RUNNING: tar xf gimp-$VERSION.tar.bz2
 tar xf gimp-$VERSION.tar.bz2
 
 echo "Installing into static/..."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]