mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Merge pull request #332 from t6/patch-2
Use /usr/bin/env bash for rofi-sensible-terminal
This commit is contained in:
commit
fb4c0c085e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# This code is released in public domain by Han Boetes <han@mijncomputer.nl>
|
# This code is released in public domain by Han Boetes <han@mijncomputer.nl>
|
||||||
# Updated by Dave Davenport <qball@gmpclient.org>
|
# Updated by Dave Davenport <qball@gmpclient.org>
|
||||||
|
|
Loading…
Reference in a new issue