mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Fix string quotes.
This commit is contained in:
parent
5266ebdb32
commit
958657f439
@ -35,7 +35,7 @@ read_link()
|
||||
SCRIPT=$(read_link "$0")
|
||||
echo "Script: $SCRIPT"
|
||||
BASE_DIR=$(dirname "$SCRIPT")
|
||||
RARCH_DIR=""$BASE_DIR"/dist"
|
||||
RARCH_DIR="$BASE_DIR/dist"
|
||||
RARCH_DIST_DIR="$RARCH_DIR/pc"
|
||||
|
||||
if [ -z "$JOBS" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user