diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:17:53 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:41:55 +1300 |
commit | 04dff17cff1bd790686d293f184e3e99c7f27a64 (patch) | |
tree | 8ff1f7cd8df26c1a4eae1c71a4ee636d0ddf461e /python | |
parent | 0f431d2bab33ceef086ff3d51bc027a2e4f3fc4f (diff) | |
download | slackbuilds-04dff17cff1bd790686d293f184e3e99c7f27a64.tar.gz |
python/python2-pkgconfig: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-pkgconfig/python2-pkgconfig.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-pkgconfig/python2-pkgconfig.SlackBuild b/python/python2-pkgconfig/python2-pkgconfig.SlackBuild index 0a972dc143..ca99c928df 100644 --- a/python/python2-pkgconfig/python2-pkgconfig.SlackBuild +++ b/python/python2-pkgconfig/python2-pkgconfig.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python2-pkgconfig |