diff options
| author | Tom Jakubowski <tom@crystae.net> | 2014-06-17 16:39:40 -0700 |
|---|---|---|
| committer | Tom Jakubowski <tom@crystae.net> | 2014-06-17 16:39:40 -0700 |
| commit | 77b874b68d8d42824e96fda2ebe92a4eb80177a0 (patch) | |
| tree | 8ad9504485fc4372e358fbca0c8db90c10295bb0 | |
| parent | 91753262726ccce83cc1a9e08a817f18e770cd9d (diff) | |
| download | rust-77b874b68d8d42824e96fda2ebe92a4eb80177a0.tar.gz rust-77b874b68d8d42824e96fda2ebe92a4eb80177a0.zip | |
emacs: Add shebang to test script
| -rwxr-xr-x | src/etc/emacs/run_rust_emacs_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/emacs/run_rust_emacs_tests.sh b/src/etc/emacs/run_rust_emacs_tests.sh index 770135c3d20..b35fcf870c4 100755 --- a/src/etc/emacs/run_rust_emacs_tests.sh +++ b/src/etc/emacs/run_rust_emacs_tests.sh @@ -1,3 +1,4 @@ +#!/bin/sh # Copyright 2014 The Rust Project Developers. See the COPYRIGHT # file at the top-level directory of this distribution and at # http://rust-lang.org/COPYRIGHT. |
