diff options
Diffstat (limited to 'resources/scripts/helpers/build/release/roms')
-rwxr-xr-x | resources/scripts/helpers/build/release/roms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/roms b/resources/scripts/helpers/build/release/roms index 492e8211..13629b73 100755 --- a/resources/scripts/helpers/build/release/roms +++ b/resources/scripts/helpers/build/release/roms @@ -24,7 +24,7 @@ set -u -e if [ ! -d bin/ ]; then - printf "No bin/ directory exists. (you haven't built any images)\n" + printf "build/release/roms: no bin/ directory exists. (you haven't built any images)\n" exit 1 fi |