mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
🔇 Disable command echo from scripts
This commit is contained in:
parent
d5d8dd6b7e
commit
f20935517f
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
pushd build
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
BUILD_DIR="$PWD/build"
|
||||
PROJECT="mas-cli.xcodeproj"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
#
|
||||
# script/install
|
||||
# This script is called by the Homebrew formula, so should not
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
BUILD_DIR="$PWD/build"
|
||||
INTERNAL_PACKAGE="$BUILD_DIR/mas_temp.pkg"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
IDENTIFIER=com.mphys.mas-cli
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
#!/bin/bash -e
|
||||
|
||||
BUILD_DIR="$PWD/build"
|
||||
PROJECT="mas-cli.xcodeproj"
|
||||
|
|
Loading…
Reference in a new issue