summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-10-03 23:51:05 +0200
committerFlorent Le Coz <louiz@louiz.org>2012-10-03 23:51:05 +0200
commit5c493111fc466f8388df4e6a57b33cff5ee07a6b (patch)
tree5730c68f7fa428d91994cb46f13aefadc1dedc3c /launch.sh
parent30f38f6002c2d5c5c384f131be9207b6480d655c (diff)
downloadpoezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.gz
poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.bz2
poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.xz
poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.zip
Fix the 2 .sh scripts shebang to /bin/sh.
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 681e6fcf..de0a3efd 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/sh
if [ -d "$PWD/.git" ]
then