[rofi-sensible-terminal] Use /bin/sh instead of /usr/bin/env bash

This script is fully POSIX-sh compatible, i.e. it's portable and can be
run in any shell, not just bash. It's incorrect to assume that bash is
available on every *nix system (it's not), but /bin/sh is.
This commit is contained in:
Jakub Jirutka 2021-09-27 01:00:43 +02:00
parent 3b81f639e7
commit 34d5779d41
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
#
# This code is released in public domain by Han Boetes <han@mijncomputer.nl>
# Updated by Dave Davenport <qball@gmpclient.org>