diff --git a/scripts/mkdirs.sh b/scripts/mkdirs.sh index 93e975b1..2ddfb767 100755 --- a/scripts/mkdirs.sh +++ b/scripts/mkdirs.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh app="$1" diff --git a/scripts/version.sh b/scripts/version.sh index 8a33daa6..3e273791 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh file="$1" version="$2"