aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-11 23:40:18 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-11 23:40:18 +0800
commitbc297627ce0bc41fbed969e965ccb97ed33a47a9 (patch)
tree1b53d258ddd03ca837d45df89081184486c0532d
parent4a07ac8eb553083e5478fd1306430aa6446ad475 (diff)
downloadautils-bc297627ce0bc41fbed969e965ccb97ed33a47a9.tar.gz
autils-bc297627ce0bc41fbed969e965ccb97ed33a47a9.zip
fix
-rwxr-xr-xapkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkg b/apkg
index 058e824..8d0b8bb 100755
--- a/apkg
+++ b/apkg
@@ -370,7 +370,7 @@ build_src() {
fi
# temporary: for backward compatibility
- if [ "$(grep '#MARKER' /usr/bin/spm)" ] then
+ if [ "$(grep '#MARKER' /usr/bin/spm)" ]; then
cd $PKG
spm -b $packagefile || {
msg "Failed packaging $packagefile"