Compare commits

...

2 Commits

Author SHA1 Message Date
Jakub Jirutka 206e833407
Merge 34d5779d41 into af6fb83a51 2024-03-09 21:44:59 +01:00
Jakub Jirutka 34d5779d41 [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.
2021-09-27 01:05:25 +02:00
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>