summaryrefslogtreecommitdiffstats
path: root/network/ctorrent
diff options
context:
space:
mode:
author Robby Workman2011-05-04 17:00:34 +0200
committer Robby Workman2011-05-04 17:00:34 +0200
commit7ccd37a540c9e5ab97bd740e23839831ae71f2e8 (patch)
tree51803965742cded321e37672972b00e6b3a7c41c /network/ctorrent
parent9b6ab24531e0e1706c5cdaf387ba1b36e263b727 (diff)
downloadslackbuilds-7ccd37a540c9e5ab97bd740e23839831ae71f2e8.tar.gz
network/ctorrent: Fixed typo -- s/iif/if/
Thanks to bnguyen on irc. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/ctorrent')
-rw-r--r--network/ctorrent/ctorrent.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ctorrent/ctorrent.SlackBuild b/network/ctorrent/ctorrent.SlackBuild
index 18edf4e438..005ad99fa8 100644
--- a/network/ctorrent/ctorrent.SlackBuild
+++ b/network/ctorrent/ctorrent.SlackBuild
@@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
PKGVERSION=dnh${VERSION}
-iif [ -z "$ARCH" ]; then
+if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;