Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PureDarwin/darwinbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed May 31, 2020
2 parents f3c19da + daab8f2 commit 0c450eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions darwinbuild/darwinbuild.in
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ XREF_ENV=$($DARWINXREF environment $projnam)
OLDIFS="$IFS"
IFS=$'\n'
for X in \
"RC_ProjectName=$projnam" \
$XREF_ENV ; do
echo "echo '${X/=*/}: ${X/*=/}'" >> $SCRIPT
eval "export -- \"$X\""
Expand Down
2 changes: 0 additions & 2 deletions installer/notarize.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

set -e

MY_DIR=$(cd `dirname $0` && pwd)
cd $MY_DIR

Expand Down

0 comments on commit 0c450eb

Please sign in to comment.