From 2c052f8b9767a64878f52b408a360fb772e4e792 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 11 Apr 2017 14:21:49 +0200 Subject: [PATCH] from /bin/bash to /bin/sh --- bootstrap.sh | 2 +- dotdrop.sh | 2 +- tests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 57208b7..9854366 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # author: deadc0de6 (https://github.com/deadc0de6) # Copyright (c) 2017, deadc0de6 diff --git a/dotdrop.sh b/dotdrop.sh index 6d2dc7c..5aceaa9 100755 --- a/dotdrop.sh +++ b/dotdrop.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # author: deadc0de6 (https://github.com/deadc0de6) # Copyright (c) 2017, deadc0de6 diff --git a/tests.sh b/tests.sh index c2f1b04..4ea024f 100755 --- a/tests.sh +++ b/tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # author: deadc0de6 (https://github.com/deadc0de6) # Copyright (c) 2017, deadc0de6