From d44154ecfafb9bf183e201dadc0fd1ed6310fbd1 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 9 Feb 2010 16:59:21 +0000 Subject: Use . rather than source to avoid bashism --- bg1/install-patch-baldurdash-text.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bg1/install-patch-baldurdash-text.sh') diff --git a/bg1/install-patch-baldurdash-text.sh b/bg1/install-patch-baldurdash-text.sh index 7fa845f..0a96905 100755 --- a/bg1/install-patch-baldurdash-text.sh +++ b/bg1/install-patch-baldurdash-text.sh @@ -24,8 +24,8 @@ patch_url="http://www.baldurdash.org/LargeDownloads/BG1NoTOSCGameTextUpdate10.ex patch_name="$(basename $patch_url)" scriptdir="$(dirname $0)"/.. -source "${scriptdir}/includes/generic-includes.sh" -source "${scriptdir}/includes/patch-includes.sh" +. "${scriptdir}/includes/generic-includes.sh" +. "${scriptdir}/includes/patch-includes.sh" parseargs "$@" -- cgit v1.2.3