mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Merge pull request #6231 from orbea/source
dist-scripts: Don't use the 'source' builtin.
This commit is contained in:
commit
2c7d674d52
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
PLATFORM=$1
|
PLATFORM=$1
|
||||||
SALAMANDER=no
|
SALAMANDER=no
|
||||||
MAKEFILE_GRIFFIN=no
|
MAKEFILE_GRIFFIN=no
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# and icons (https://github.com/libretro/retroarch-assets/tree/master/pkg/wiiu) to this directory then run
|
# 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
|
# the script. the output will be in retroarch/pkg/wiiu
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
|
|
||||||
platform=wiiu
|
platform=wiiu
|
||||||
EXT=a
|
EXT=a
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source ../version.all
|
. ../version.all
|
||||||
platform=wiiu
|
platform=wiiu
|
||||||
EXT=a
|
EXT=a
|
||||||
scriptDir=
|
scriptDir=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user