Re: PackageMaker exits with 0, but no installer package is created...help! :)
Re: PackageMaker exits with 0, but no installer package is created...help! :)
- Subject: Re: PackageMaker exits with 0, but no installer package is created...help! :)
- From: Ulf Dunkel <email@hidden>
- Date: Wed, 24 Sep 2008 17:57:53 +0200
- Organization: invers Software & DSD.net
Hi Steve.
Can anyone offer some ideas on how I might proceed?
if
if [ $? == 0 ]
then
echo "pm_console.sh ran." >> /daily_build.txt
exit 0
else
echo "pm_console.sh failed." >> /daily_build.txt
exit 1
fi
I wonder if the doubled 'if' is right here?
HTH,
UlfDunkel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden