Skip to content

Commit

Permalink
Merge pull request libretro#6231 from orbea/source
Browse files Browse the repository at this point in the history
dist-scripts: Don't use the 'source' builtin.
  • Loading branch information
inactive123 authored Feb 4, 2018
2 parents 31a30f1 + ae6524a commit 2c7d674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

source ../version.all
. ../version.all
PLATFORM=$1
SALAMANDER=no
MAKEFILE_GRIFFIN=no
Expand Down
2 changes: 1 addition & 1 deletion dist-scripts/wiiu-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist-scripts/wiiu-new-cores.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source ../version.all
. ../version.all
platform=wiiu
EXT=a
scriptDir=
Expand Down

0 comments on commit 2c7d674

Please sign in to comment.