🔇 Disable command echo from scripts

This commit is contained in:
Ben Chatelain 2019-01-03 15:30:33 -08:00
parent d5d8dd6b7e
commit f20935517f
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
pushd build pushd build

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
BUILD_DIR="$PWD/build" BUILD_DIR="$PWD/build"
PROJECT="mas-cli.xcodeproj" PROJECT="mas-cli.xcodeproj"

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
# #
# script/install # script/install
# This script is called by the Homebrew formula, so should not # This script is called by the Homebrew formula, so should not

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
BUILD_DIR="$PWD/build" BUILD_DIR="$PWD/build"
INTERNAL_PACKAGE="$BUILD_DIR/mas_temp.pkg" INTERNAL_PACKAGE="$BUILD_DIR/mas_temp.pkg"

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
IDENTIFIER=com.mphys.mas-cli IDENTIFIER=com.mphys.mas-cli

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex #!/bin/bash -e
BUILD_DIR="$PWD/build" BUILD_DIR="$PWD/build"
PROJECT="mas-cli.xcodeproj" PROJECT="mas-cli.xcodeproj"