diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:14:58 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:41:01 +1300 |
commit | 427fdf15bc756fc898bad1a4bd5af3d69b140a27 (patch) | |
tree | 12b240c04132e91e3e180bfeb2c46802fed4c531 /graphics/nsxiv | |
parent | 4cb7ef99ba4f2581caf87d65707b19484a214c06 (diff) | |
download | slackbuilds-427fdf15bc756fc898bad1a4bd5af3d69b140a27.tar.gz |
graphics/nsxiv: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'graphics/nsxiv')
-rw-r--r-- | graphics/nsxiv/nsxiv.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nsxiv/nsxiv.SlackBuild b/graphics/nsxiv/nsxiv.SlackBuild index 32702e10ce..d712c8b07d 100644 --- a/graphics/nsxiv/nsxiv.SlackBuild +++ b/graphics/nsxiv/nsxiv.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for nsxiv |