site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Sorry about the typo in my last post, Here is the corrected script: # --- begin script #!/bin/sh set -vx # --- end script Steve O'Sullivan _______________________________________________ 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... VERSION=$1 BUILDVERSION=$2 GETDATE=$(date +%m%d%y) CONSOLETARGET="/Volumes/TestingMac/test/Installers/test_${1}_$ {GETDATE}/Engi ne.pkg" packagemaker -r /pkg_base_engine/ -o ${CONSOLETARGET} -i com.emc.company -n ${BUILDVERSION} -t "company Engine" -l /Applications/company/Engine -g 10.5 -h system -v -b This email sent to site_archiver@lists.apple.com