diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 14:45:50 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 15:02:05 +1300 |
commit | 98b14284b8aad2758a7e72e0e706acbdb68c1d87 (patch) | |
tree | 0c4231c1255a4403e3bb776c4523102e9488e84a /python | |
parent | 62c99647d137d16c3790b5c4be1b61b7d5167779 (diff) | |
download | slackbuilds-98b14284b8aad2758a7e72e0e706acbdb68c1d87.tar.gz |
python/python3-editor: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-editor/python3-editor.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-editor/python3-editor.SlackBuild b/python/python3-editor/python3-editor.SlackBuild index 05134e1e54..93f2c9ca52 100644 --- a/python/python3-editor/python3-editor.SlackBuild +++ b/python/python3-editor/python3-editor.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python-editor |