diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:35:49 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:41:55 +1300 |
commit | 17d4bff7e3307268c1eeef664cb50da7ed290109 (patch) | |
tree | 3b60dd2a8872baa54598953bc8f725add8b0d806 /python/python3-aiohttp-socks | |
parent | 042c813db2b349328e33d549ecd58082c79ab96e (diff) |
python/python3-aiohttp-socks: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-aiohttp-socks')
-rw-r--r-- | python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild index 11eed7c2a45f..730b94adc62a 100644 --- a/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild +++ b/python/python3-aiohttp-socks/python3-aiohttp-socks.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-aiohttp-socks # Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> |