summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2022-11-27 04:09:01 -0500
committeréclairevoyant2022-11-27 04:09:50 -0500
commit10b054d17bdc37765c23487b79741c6b653f36a7 (patch)
tree94a5bea8ef855487604e15ff946d3e454fb346f2
parent2096483215cdad74a46203957dda3b86ae10fcfc (diff)
downloadaur-10b054d17bdc37765c23487b79741c6b653f36a7.tar.gz
remove newline in pkgver() output
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98115c3dbb9..6a4bd33a615a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ pkgver() {
print $4;
}
END {
- ORS="\n";
+ ORS="";
print "r"min;
}') $(git rev-parse --short HEAD)
}