Merge pull request #332 from t6/patch-2

Use /usr/bin/env bash for rofi-sensible-terminal
This commit is contained in:
Dave Davenport 2016-02-02 10:58:15 +01:00
commit fb4c0c085e
1 changed files with 1 additions and 1 deletions

View File

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