https://bugs.webkit.org/show_bug.cgi?id=81357
Patch by Dave Tharp <dtharp@codeaurora.org> on 2012-03-16
Reviewed by Eric Seidel.
Ensure we are at the proper directory before generating run-launcher
instructions.
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111093
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-16 Dave Tharp <dtharp@codeaurora.org>
+
+ build-webkit launcher instructions use wrong relative path for Qt
+ https://bugs.webkit.org/show_bug.cgi?id=81357
+
+ Reviewed by Eric Seidel.
+
+ Ensure we are at the proper directory before generating run-launcher
+ instructions.
+
+ * Scripts/build-webkit:
+
2012-03-16 Brady Eidson <beidson@apple.com>
<rdar://problem/11027997> and https://bugs.webkit.org/show_bug.cgi?id=81412
# Don't report congrats message if build was interrupted by the user.
exit if ($result & 127) == SIGINT;
+# Explicitly chdir back to where exit will take us anyway, since the following "launcher"
+# message is relative to that directory.
+chdir $originalWorkingDirectory;
+
# Write out congratulations message.
writeCongrats();