diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 12:10:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:45 +0700 |
commit | eaefa32104c51fc7bd6b0c725fd8b99d8f12f7c3 (patch) | |
tree | 45f9fb73d66696df1999765ff153784c0b2b90b5 /system/system76-power | |
parent | 6bcad36e88d038afe9e14101aef94cc61503f378 (diff) |
system/system76-power: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/system76-power')
-rw-r--r-- | system/system76-power/system76-power.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild index 7557cd19b61e..ad711aac1528 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 |