diff options
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 |
commit | cd82f47757618222f69ef8f98c9801a4d18dae17 (patch) | |
tree | 46a94686bbe3eaf51236c080f71f351de215081e /python | |
parent | 852abcf30083444cff9d2749d13ad5293c8047bb (diff) |
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.SlackBuild | 2 |
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 6227e3aad9d3..831f19aa6b54 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> |