From 5949f191bd856ad98b50b4b644966225de354443 Mon Sep 17 00:00:00 2001 From: Marco Magdy Date: Wed, 15 Nov 2023 13:58:24 -0800 Subject: [PATCH] Indentation --- packaging/packager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/packager b/packaging/packager index 22bf081..c050696 100755 --- a/packaging/packager +++ b/packaging/packager @@ -177,7 +177,7 @@ if [[ $INCLUDE_LIBC == true ]]; then else cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap" fi - chmod +x "$PKG_DIR/bootstrap" +chmod +x "$PKG_DIR/bootstrap" # some shenanigans to create the right layout in the zip file without extraneous directories pushd "$PKG_DIR" > /dev/null zip --symlinks --recurse-paths "$PKG_BIN_FILENAME".zip -- *