branch: elpa/rust-mode
commit 226102cf893a48f49a0de15472d69aecf0df8eb3
Author: Tom Jakubowski <[email protected]>
Commit: Tom Jakubowski <[email protected]>

    emacs: Add shebang to test script
---
 run_rust_emacs_tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run_rust_emacs_tests.sh b/run_rust_emacs_tests.sh
index 770135c..b35fcf8 100755
--- a/run_rust_emacs_tests.sh
+++ b/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.

Reply via email to