diff options
-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 |