diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 13:17:14 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:41:54 +1300 |
commit | 3034402278d94cd76b91ab4f422688d251a66f30 (patch) | |
tree | a6239645fa4b3499d88ce004d0fdfd61dc74c35f /python/python2-cryptography | |
parent | a0bc4101f957725eb1f4c1bb8f44d97f9578419b (diff) | |
download | slackbuilds-3034402278d94cd76b91ab4f422688d251a66f30.tar.gz |
python/python2-cryptography: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python2-cryptography')
-rw-r--r-- | python/python2-cryptography/python2-cryptography.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-cryptography/python2-cryptography.SlackBuild b/python/python2-cryptography/python2-cryptography.SlackBuild index 685c7066a7..c9a2f63c4d 100644 --- a/python/python2-cryptography/python2-cryptography.SlackBuild +++ b/python/python2-cryptography/python2-cryptography.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python2-cryptography |