summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-10-05 14:58:09 +0000
committerFlorent Le Coz <louiz@louiz.org>2012-10-05 14:58:09 +0000
commit4965ee161896ccea6700485dc944db88947107c1 (patch)
treed91b09c86d6d275c59ccf1a0cca256b0433b969b /launch.sh
parent5c493111fc466f8388df4e6a57b33cff5ee07a6b (diff)
downloadpoezio-4965ee161896ccea6700485dc944db88947107c1.tar.gz
poezio-4965ee161896ccea6700485dc944db88947107c1.tar.bz2
poezio-4965ee161896ccea6700485dc944db88947107c1.tar.xz
poezio-4965ee161896ccea6700485dc944db88947107c1.zip
Fix the shebang.
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 de0a3efd..696e9f98 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,4 +1,4 @@
-#!/usr/sh
+#!/bin/sh
if [ -d "$PWD/.git" ]
then