diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:55:30 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:02:09 +1300 |
commit | 1025a5b2edfef1f49b2f65d7fa16f9882dca4b81 (patch) | |
tree | 0a80fe5ebf3a32c59efcf2e8d2f93b7015d3a306 /system/btop | |
parent | 98b333b530f6f27c5c98219c60ec9b326d01d96c (diff) |
system/btop: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/btop')
-rw-r--r-- | system/btop/btop.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/btop/btop.SlackBuild b/system/btop/btop.SlackBuild index 7a20b0c17690..9d6248f29150 100644 --- a/system/btop/btop.SlackBuild +++ b/system/btop/btop.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for btop |