summaryrefslogtreecommitdiffstats
path: root/system/nut/nut.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/nut/nut.SlackBuild')
-rw-r--r--system/nut/nut.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/nut/nut.SlackBuild b/system/nut/nut.SlackBuild
index 5e9bc93248..61045b39c6 100644
--- a/system/nut/nut.SlackBuild
+++ b/system/nut/nut.SlackBuild
@@ -47,7 +47,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi