aboutsummaryrefslogtreecommitdiff
path: root/apkg
diff options
context:
space:
mode:
Diffstat (limited to 'apkg')
-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"