summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commit2ed3e3f1ec28cc759153f2f93babf2a752d311c6 (patch)
treeba5915ea7268ec25c72cbc1a53dba67f10d17e91 /python
parentcd82f47757618222f69ef8f98c9801a4d18dae17 (diff)
downloadslackbuilds-2ed3e3f1ec28cc759153f2f93babf2a752d311c6.tar.gz
slackbuilds-2ed3e3f1ec28cc759153f2f93babf2a752d311c6.tar.xz
python/python-socks: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python-socks/python-socks.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild
index f9acee688b..33713ce0b8 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>