diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-05-04 10:00:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-04 10:00:34 -0500 |
commit | 7ccd37a540c9e5ab97bd740e23839831ae71f2e8 (patch) | |
tree | 51803965742cded321e37672972b00e6b3a7c41c /network/ctorrent | |
parent | 9b6ab24531e0e1706c5cdaf387ba1b36e263b727 (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 ;; |