File fix-shebangs.patch of Package rofi
--- a/script/rofi-sensible-terminal 2018-02-01 17:48:39.274567936 -0500
+++ b/script/rofi-sensible-terminal 2018-02-01 17:48:55.282178723 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
#
# This code is released in public domain by Han Boetes <han@mijncomputer.nl>
# Updated by Dave Davenport <qball@gmpclient.org>
--- a/script/rofi-theme-selector 2018-02-01 17:48:39.274567936 -0500
+++ b/script/rofi-theme-selector 2018-02-01 17:49:06.673901751 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
#
# This code is released in public domain by Dave Davenport <qball@gmpclient.org>
#