From 704f48d7f3a1a88047a64b4e2939878d6d4fafb8 Mon Sep 17 00:00:00 2001 From: George Pickering <29524044+tedjenkins@users.noreply.github.com> Date: Sat, 2 Nov 2019 16:34:54 +0000 Subject: POSIX compliance: (most) shell scripts converted to generic shell Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. --- Ports/libarchive/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/libarchive') diff --git a/Ports/libarchive/package.sh b/Ports/libarchive/package.sh index c6c41e7886..6573d0f0d0 100755 --- a/Ports/libarchive/package.sh +++ b/Ports/libarchive/package.sh @@ -1,4 +1,4 @@ -#!/bin/bash ../.port_include.sh +#!/bin/sh ../.port_include.sh port=libarchive version=3.4.0 useconfigure=true -- cgit v1.2.3