diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-10-03 23:51:05 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-10-03 23:51:05 +0200 |
commit | 5c493111fc466f8388df4e6a57b33cff5ee07a6b (patch) | |
tree | 5730c68f7fa428d91994cb46f13aefadc1dedc3c | |
parent | 30f38f6002c2d5c5c384f131be9207b6480d655c (diff) | |
download | poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.gz poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.bz2 poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.tar.xz poezio-5c493111fc466f8388df4e6a57b33cff5ee07a6b.zip |
Fix the 2 .sh scripts shebang to /bin/sh.
-rwxr-xr-x | launch.sh | 2 | ||||
-rwxr-xr-x | update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/sh if [ -d "$PWD/.git" ] then @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Use this script to Download or Update all dependances to their last # developpement version. # The dependances will be placed in the sources directory, so you do not |