diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:33:46 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:42:16 +1300 |
commit | 4f657720d23ce2876c210c5d29eb595de54977dc (patch) | |
tree | eb287a14e93ff77fafe95efa894e04787283b39e /libraries | |
parent | 9151475849580143bcb18176144e065243860c05 (diff) |
libraries/paho-mqtt: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/paho-mqtt/paho-mqtt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/paho-mqtt/paho-mqtt.SlackBuild b/libraries/paho-mqtt/paho-mqtt.SlackBuild index 1d0e228f448ed..382d315d052f4 100644 --- a/libraries/paho-mqtt/paho-mqtt.SlackBuild +++ b/libraries/paho-mqtt/paho-mqtt.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for paho-mqtt |