summary refs log tree commit diff
path: root/aasm
diff options
context:
space:
mode:
Diffstat (limited to 'aasm')
-rw-r--r--aasm/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/aasm/PKGBUILD b/aasm/PKGBUILD
index c9c89fe..6480123 100644
--- a/aasm/PKGBUILD
+++ b/aasm/PKGBUILD
@@ -17,7 +17,7 @@ build() {
   cd "$srcdir/aasm"
   gcc aasm.c -o aasm
   cat << EOS > kmd_compile
-#! /bin/sh
+#!/bin/sh
 FNAME=\$(echo "\$1" | sed s/.s//g)
 aasm -lk "\$FNAME.kmd" "\$1"
 EOS