diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-01 17:33:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 17:33:22 -0700 |
commit | 1ed06777ee1e69c8b56715c897a5bd66ad9e235e (patch) | |
tree | f9356ff08042000fa3b05dc5db80ad6fedf2ad39 /etc | |
parent | 1877c40491d170f5e51749a166d291fca8237afd (diff) | |
parent | f7b86f349b218d6446a6d891809b0cf10f97183d (diff) | |
download | servo-1ed06777ee1e69c8b56715c897a5bd66ad9e235e.tar.gz servo-1ed06777ee1e69c8b56715c897a5bd66ad9e235e.zip |
Auto merge of #12020 - crepererum:fix/shebang, r=aneeshusa
Add shebang to Linux runservo.sh
<!-- Please describe your changes on the following line: -->
Shebang is missing and therefore `./runservo.sh` does not work under some environments.
I've chosen to use `/usr/bin/env sh` instead of `/bin/sh` or `/usr/bin/sh` to auto-select the right `sh` executable depending on the environment.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
<!-- Either: -->
- [X] These changes do not require tests because it does not affect servo itself but rather the resulting package under some environments.
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12020)
<!-- Reviewable:end -->
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions