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
This commit is contained in:
orbea 2018-02-03 21:56:24 -08:00
parent 31a30f1496
commit ae6524a7f5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
source ../version.all
. ../version.all
PLATFORM=$1
SALAMANDER=no
MAKEFILE_GRIFFIN=no

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/bin/bash
source ../version.all
. ../version.all
platform=wiiu
EXT=a
scriptDir=