diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:13:33 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:40:50 +1300 |
commit | 2ed3e3f1ec28cc759153f2f93babf2a752d311c6 (patch) | |
tree | ba5915ea7268ec25c72cbc1a53dba67f10d17e91 /python/python-socks/python-socks.SlackBuild | |
parent | cd82f47757618222f69ef8f98c9801a4d18dae17 (diff) |
python/python-socks: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-socks/python-socks.SlackBuild')
-rw-r--r-- | python/python-socks/python-socks.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild index f9acee688b87..33713ce0b8ff 100644 --- a/python/python-socks/python-socks.SlackBuild +++ b/python/python-socks/python-socks.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python-socks # Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> |