From aeabe5e0d3c2dcfc9c39ea258529313ebc0d7e9e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 May 2013 23:45:21 +0200 Subject: [PATCH] Fixup libretro-fetch.sh --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 456ca3be..caf2fc24 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -1,6 +1,6 @@ #!/bin/sh -. libretro-config.sh +. ./libretro-config.sh # Keep three copies so we don't have to rebuild stuff all the time. fetch_project_bsnes()