summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHekuran2020-05-10 15:45:01 +0200
committerHekuran2020-05-10 15:45:01 +0200
commitb327c0dac392cf60ea58376dd74416e37aeccaf3 (patch)
treed7c7c105f33fba69544f872d87ed7f172e137b01
parentcd70c4e09d6a99fe9e08576156d8cd4e19e03282 (diff)
downloadaur-b327c0dac392cf60ea58376dd74416e37aeccaf3.tar.gz
fixed error output
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8bb1408feb5..853de5bbf4db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
- cp ../../baserom.us.z64 . || "printf "%"$(stty size | awk '{print $2}')"s\n" | sed "s/ /░/g" && printf "\\n%s\\n%s\\n\\n" "US by default, if you want JP or EU, edit the PKGBUILD." "NO ROM FOUND\!: Copy your sm64 rom to \"src/sm64pc/\", if using 'yay' then \"~/.cache/yay/sm64pc/\". And then rename it as \"baserom.us.z64\" or \"baserom.jp.z64\" or \"baserom.eu.z64\"." && printf "%"$(stty size | awk '{print $2}')"s\n" | sed "s/ /░/g""
+ cp ../../baserom.us.z64 . || printf "$(printf "%"$(stty size | awk '{print $2}')"s\n" | sed "s/ /░/g" && printf "\\n%s\\n%s\\n\\n" "US by default, if you want JP or EU, edit the PKGBUILD." "NO ROM FOUND\!: Copy your sm64 rom to \"src/sm64pc/\", if using 'yay' then \"~/.cache/yay/sm64pc/\". And then rename it as \"baserom.us.z64\" or \"baserom.jp.z64\" or \"baserom.eu.z64\"." && printf "%"$(stty size | awk '{print $2}')"s\n" | sed "s/ /░/g")"
}
build() {