diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:53:00 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:02:09 +1300 |
commit | d0584cd71ea67acee6ce2049f8c336d2c66465f4 (patch) | |
tree | 5cc17ea27388e6d72353554013f3d8d9050e7d02 /python | |
parent | 8decaf4d90bae8368ff845cc577e1220b5118c86 (diff) | |
download | slackbuilds-d0584cd71ea67acee6ce2049f8c336d2c66465f4.tar.gz |
python/python3-waitress: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-waitress/python3-waitress.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-waitress/python3-waitress.SlackBuild b/python/python3-waitress/python3-waitress.SlackBuild index 66acf8b715..f2d6d27a6a 100644 --- a/python/python3-waitress/python3-waitress.SlackBuild +++ b/python/python3-waitress/python3-waitress.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-waitress |