From ae6524a7f5da624286e66d64d05898aa943d0c4d Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 3 Feb 2018 21:56:24 -0800 Subject: [PATCH] dist-scripts: Don't use the 'source' builtin. The 'source' builtin is not POSIX and not all of the build environments have it. For example the wiiu build log report: ./wiiu-cores.sh: 8: ./wiiu-cores.sh: source: not found --- dist-scripts/dist-cores.sh | 2 +- dist-scripts/wiiu-cores.sh | 2 +- dist-scripts/wiiu-new-cores.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index d2e5fba30de9..9153b6a4df46 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -1,6 +1,6 @@ #!/bin/sh -source ../version.all +. ../version.all PLATFORM=$1 SALAMANDER=no MAKEFILE_GRIFFIN=no diff --git a/dist-scripts/wiiu-cores.sh b/dist-scripts/wiiu-cores.sh index 70c47775913c..8d597243fe82 100755 --- a/dist-scripts/wiiu-cores.sh +++ b/dist-scripts/wiiu-cores.sh @@ -5,7 +5,7 @@ # and icons (https://github.com/libretro/retroarch-assets/tree/master/pkg/wiiu) to this directory then run # the script. the output will be in retroarch/pkg/wiiu -source ../version.all +. ../version.all platform=wiiu EXT=a diff --git a/dist-scripts/wiiu-new-cores.sh b/dist-scripts/wiiu-new-cores.sh index 1e8a53c4635f..9f595dcfd8d9 100755 --- a/dist-scripts/wiiu-new-cores.sh +++ b/dist-scripts/wiiu-new-cores.sh @@ -1,6 +1,6 @@ #!/bin/bash -source ../version.all +. ../version.all platform=wiiu EXT=a scriptDir=