Skip to content

Commit 5949f19

Browse files
author
Marco Magdy
committed
Indentation
1 parent 038fee7 commit 5949f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/packager

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ if [[ $INCLUDE_LIBC == true ]]; then
177177
else
178178
cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap"
179179
fi
180-
chmod +x "$PKG_DIR/bootstrap"
180+
chmod +x "$PKG_DIR/bootstrap"
181181
# some shenanigans to create the right layout in the zip file without extraneous directories
182182
pushd "$PKG_DIR" > /dev/null
183183
zip --symlinks --recurse-paths "$PKG_BIN_FILENAME".zip -- *

0 commit comments

Comments
 (0)