summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-03-12 13:13:06 +1300
committer Andrew Clemons <andrew.clemons@gmail.com>2022-03-12 14:40:50 +1300
commitcd82f47757618222f69ef8f98c9801a4d18dae17 (patch)
tree46a94686bbe3eaf51236c080f71f351de215081e /python
parent852abcf30083444cff9d2749d13ad5293c8047bb (diff)
downloadslackbuilds-cd82f47757618222f69ef8f98c9801a4d18dae17.tar.gz
slackbuilds-cd82f47757618222f69ef8f98c9801a4d18dae17.tar.xz
python/python-dbus-next: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python-dbus-next/python-dbus-next.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-dbus-next/python-dbus-next.SlackBuild b/python/python-dbus-next/python-dbus-next.SlackBuild
index 6227e3aad9..831f19aa6b 100644
--- a/python/python-dbus-next/python-dbus-next.SlackBuild
+++ b/python/python-dbus-next/python-dbus-next.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for python-dbus-next
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>