--- a/bundlelibs.pl Sun Jun 29 03:51:33 2008 +0000 +++ b/bundlelibs.pl Tue Jan 06 02:03:36 2009 +0000 @@ -32,7 +32,7 @@ $targetpath = "$TARGETDIR/$libname"; $libid = "\@executable_path/../Frameworks/$libname"; if( !$done{$libname} ) { - $done{libname} = 1; + $done{$libname} = 1; push @worklist, $targetpath; system( ("cp", $lib, $targetpath) ) == 0 || die "Failed to copy $lib to $targetpath"; system( ($NTOOL, "-id", $libid, $targetpath) ) == 0 || die "Failed to set $lib ID to $libid";