Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge branch '1.0.0' into 262-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazgolze committed Apr 6, 2018
2 parents 037785f + 240236d commit d5d8200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if [ ! -f "$NODE_DIR/$NODE_OUT/bin/node" ] || [ ! -f "$NODE_DIR/$NODE_OUT/bin/np
cd ../ || exit 2
fi
exec_cmd "cp -vRf $NODE_DIR/$NODE_OUT/* $BUILD_NAME/"
exec_cmd "sed $SED_OPTS \"s%$(head -1 "$NPM_CLI")%#\!.\/bin\/node%g\" $NPM_CLI"
exec_cmd "sed $SED_OPTS \"s%$(head -1 "$NPM_CLI")%#\\!.\\/bin\\/node%g\" $NPM_CLI"

cd "$BUILD_NAME" || exit 2

Expand Down

0 comments on commit d5d8200

Please sign in to comment.