From d3d204a803dba90fefd3946f9daa57f2b79ee83e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 28 Jan 2025 09:40:33 +0100 Subject: [PATCH] chores: lowercase Python.build.sh so we don't hav to fix rebuild.sh --- buildall.sh | 2 +- Python.build.sh => python.build.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Python.build.sh => python.build.sh (100%) diff --git a/buildall.sh b/buildall.sh index 5f49049..fdf6670 100755 --- a/buildall.sh +++ b/buildall.sh @@ -68,7 +68,7 @@ popd { [ -d "${BUILD_DIR}/${BUILD_sqlite}" ] || ./sqlite.build.sh [ -d "${BUILD_DIR}/${BUILD_redis}" ] || ./redis.build.sh -[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh +[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./python.build.sh [ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh [ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh [ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh diff --git a/Python.build.sh b/python.build.sh similarity index 100% rename from Python.build.sh rename to python.build.sh