Merge pull request #203 from jubalh/master

Call bash instead of sh for rofi-sensible-terminal
This commit is contained in:
Dave Davenport 2015-08-04 12:10:02 +02:00
commit fa1cbe62ab

View file

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