Skip to content

Commit

Permalink
nightly-build-osx: fixed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 2, 2015
1 parent 143afa1 commit f3751a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nightly-build-osx.sh
Expand Up @@ -66,7 +66,7 @@ echo $LC_DMG_SF
#remove existing DMG
rm -f $LC_DMG
#build DMG
./scripts/build-osx.sh -p="" -q="" &>> $LOG_ERR
./scripts/build-osx.sh -p="" -q="" 2>&1 >> $LOG_ERR
if ! [ -f $LC_DMG ]
then
echo "$(date): building failed, exiting" >> $LOG_ERR
Expand Down

0 comments on commit f3751a4

Please sign in to comment.