summaryrefslogtreecommitdiff
path: root/bg1/install-patch-baldurdash-text.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-02-09 16:59:21 +0000
committerNick White <git@njw.me.uk>2010-02-09 16:59:21 +0000
commitd44154ecfafb9bf183e201dadc0fd1ed6310fbd1 (patch)
tree47aaaea23e2054bf40b3a4fad4d50996ae49b175 /bg1/install-patch-baldurdash-text.sh
parent920ac6e2414eb1840104100545958d857446f296 (diff)
downloadgemrb-gameinstallers-d44154ecfafb9bf183e201dadc0fd1ed6310fbd1.tar.bz2
gemrb-gameinstallers-d44154ecfafb9bf183e201dadc0fd1ed6310fbd1.zip
Use . rather than source to avoid bashism
Diffstat (limited to 'bg1/install-patch-baldurdash-text.sh')
-rwxr-xr-xbg1/install-patch-baldurdash-text.sh4
1 files changed, 2 insertions, 2 deletions
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 "$@"