Merge branch 'master' into osxff29

pull/9/head
rgaudin 12 years ago
commit fa16bdc7b3

@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
/* Find xulrunner binary path */
string xulrunnerPath = computeAbsolutePath(xulrunnerDirectory, "xulrunner-bin");
if (!fileExists(xulrunnerPath)) {
xulrunnerPath = computeAbsolutePath(executableDirectory, "xulrunner");
xulrunnerPath = computeAbsolutePath(xulrunnerDirectory, "xulrunner");
if (!fileExists(xulrunnerPath)) {
perror("Unable to find neither the 'xulrunner-bin' nor the 'xulrunner' binary");
return EXIT_FAILURE;

Loading…
Cancel
Save