From 5975463c2d69fda2983a58d9925c88794de63f91 Mon Sep 17 00:00:00 2001 From: CatMe0w Date: Wed, 17 Jun 2026 00:12:37 +0800 Subject: [PATCH] Fix utils.sh typo --- scripts/008-psl1ght.sh | 2 +- scripts/009-ps3libraries.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/008-psl1ght.sh b/scripts/008-psl1ght.sh index c1118c95..6ad061c4 100755 --- a/scripts/008-psl1ght.sh +++ b/scripts/008-psl1ght.sh @@ -8,7 +8,7 @@ if [ -n "$BUILD_PS3TOOLCHAIN_ONLY" ]; then exit 0 fi -source ../utils/util.sh +source ../utils/utils.sh ## Download the source code. ../download.sh psl1ght.tar.gz diff --git a/scripts/009-ps3libraries.sh b/scripts/009-ps3libraries.sh index d8213d3e..1236e623 100755 --- a/scripts/009-ps3libraries.sh +++ b/scripts/009-ps3libraries.sh @@ -8,7 +8,7 @@ if [ -n "$BUILD_PS3TOOLCHAIN_ONLY" ]; then exit 0 fi -source ../utils/util.sh +source ../utils/utils.sh ## Download the source code. ../download.sh ps3libraries.tar.gz