Re: PackageMaker exits with 0, but no installer package is created...help! :)
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Organization: invers Software & DSD.net User-agent: Thunderbird 2.0.0.17pre (Windows/20080924) Hi Steve. 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... Can anyone offer some ideas on how I might proceed? This email sent to site_archiver@lists.apple.com
participants (1)
-
Ulf Dunkel