summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenhat Hex2022-10-12 20:20:15 -0400
committerXenhat Hex2022-10-12 20:20:15 -0400
commit421cd2899acda4de460fea18fc2ba6efdab7da3a (patch)
tree3e33e00d404c78c89f47892c3133f8268f3626a7
parent628ec8042ebb088cb3763b8eb2aa32f5293fdd3e (diff)
downloadaur-421cd2899acda4de460fea18fc2ba6efdab7da3a.tar.gz
remove some debug output
-rwxr-xr-xPKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a04ca28c1e4f..b1d80b745470 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,8 +50,6 @@ prepare() {
build() {
cd "${pkgname}" || exit 1
- pwd
- echo "PWD: $PWD"
../../compile.bash "${OPTIONS}"
}