summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-01-04 18:10:27 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:45 +0100
commiteaefa32104c51fc7bd6b0c725fd8b99d8f12f7c3 (patch)
tree45f9fb73d66696df1999765ff153784c0b2b90b5
parent6bcad36e88d038afe9e14101aef94cc61503f378 (diff)
downloadslackbuilds-eaefa32104c51fc7bd6b0c725fd8b99d8f12f7c3.tar.gz
system/system76-power: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/system76-power/system76-power.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild
index 7557cd19b6..ad711aac15 100644
--- a/system/system76-power/system76-power.SlackBuild
+++ b/system/system76-power/system76-power.SlackBuild
@@ -31,7 +31,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac