We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3aec9 commit ace57f5Copy full SHA for ace57f5
install/linux_build
@@ -2,6 +2,8 @@
2
3
ROOT=$(cd "$(dirname "$0")/.."; pwd)
4
5
+echo "" | gcc -v -E - 2>&1 | grep GCC_OPTIONS
6
+
7
if [ -z "$ROOT" ]; then
8
echo "ERROR: Unknown workspase"
9
exit 1
@@ -80,4 +82,4 @@ mkdir -p "$DEPLOYMENT_DIR"
80
82
81
83
echo "\nDeploying to: " $DEPLOYMENT_DIR
84
cd "$APP_DIR"
-zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"
85
+zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"
0 commit comments