Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Magdy committed Nov 15, 2023
1 parent 038fee7 commit 5949f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/packager
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- *
Expand Down

0 comments on commit 5949f19

Please sign in to comment.