Newer
Older

Eugene Zelenko
committed
<< HostTargetNum << ".\n";
}
if (Error)
return 1;

Samuel Antao
committed
// Save the current executable directory as it will be useful to find other
// tools.

Eugene Zelenko
committed
BundlerExecutable = sys::fs::getMainExecutable(argv[0], &BundlerExecutable);

Samuel Antao
committed
return Unbundle ? UnbundleFiles() : BundleFiles();
}