From 7ccd37a540c9e5ab97bd740e23839831ae71f2e8 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 4 May 2011 10:00:34 -0500 Subject: network/ctorrent: Fixed typo -- s/iif/if/ Thanks to bnguyen on irc. Signed-off-by: Robby Workman --- network/ctorrent/ctorrent.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/ctorrent') 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 ;; -- cgit v1.2.3