summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorDamien Cassou <damien.cassou@gmail.com>2015-02-24 11:20:30 +0100
committerDamien Cassou <damien.cassou@gmail.com>2015-02-24 11:20:30 +0100
commit296723aa20f24fd3edfb70da5cc6871c0b78ebfa (patch)
treedcb2a91540b6b44db2ecace968ee2a899e09b973 /emacs-helm.sh
parent96137abcab3b193ec87ede9c850030d5ea0332ec (diff)
Make shebang portable
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index ebd8be90..d24128da 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
## Copyright (C) 2012 Thierry Volpiatto <thierry.volpiatto@gmail.com>