diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:01:56 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:02:05 +1300 |
commit | b21a2db9c106c30b1484fa235abddf787e7bf2a9 (patch) | |
tree | f63aa9739b53db9f89ea0134966c1a9b29222769 /python/python3-aiohttp | |
parent | 17d4bff7e3307268c1eeef664cb50da7ed290109 (diff) | |
download | slackbuilds-b21a2db9c106c30b1484fa235abddf787e7bf2a9.tar.gz |
python/python3-aiohttp: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-aiohttp')
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 52b00e88fe..85272c97da 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-aiohttp # Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> |