From: Oleg Broytman Date: Mon, 4 Aug 2014 00:02:25 +0000 (+0400) Subject: Avoid bashisms X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=4037d7a0d19fd9ffd92a52cefa6081dbf15270d6 Avoid bashisms --- diff --git a/do-all b/do-all index 2a8e19b..bededfb 100755 --- a/do-all +++ b/do-all @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#! /bin/sh prog_dir="`dirname \"$0\"`" &&