From b713712ce9d70df2ed2b5e6cc01fa0766d8a3bb2 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Tue, 14 Jan 2014 14:32:11 -0200 Subject: Use #!/usr/bin/env in our shebangs [endlessm/eos-sdk#475] --- tools/eos-run-test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/eos-run-test.in') diff --git a/tools/eos-run-test.in b/tools/eos-run-test.in index e36fdd7..d58bd5e 100644 --- a/tools/eos-run-test.in +++ b/tools/eos-run-test.in @@ -1,4 +1,4 @@ -#!/usr/bin/gjs +#!/usr/bin/env gjs const Format = imports.format; const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; -- cgit v1.2.3