Skip to content

Commit

Permalink
(3DS) Try to silence warning/error
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 18, 2018
1 parent 1c5a35d commit 2dd9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ for f in `ls -v *_${platform}.${EXT}`; do
mkdir -p ../pkg/3ds/3ds/${name}_libretro
mv -f ../retroarch_3ds.3dsx ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.3dsx
mv -f ../retroarch_3ds.smdh ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.smdh
mv -f ../retroarch_3ds.xml ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.xml
mv -f ../retroarch_3ds.xml ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.xml 2> /dev/null
elif [ $PLATFORM = "unix" ] ; then
mv -f ../retroarch ../pkg/${platform}/${name}_libretro.elf
elif [ $PLATFORM = "ngc" ] ; then
Expand Down

0 comments on commit 2dd9c5b

Please sign in to comment.