diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-07-28 17:37:59 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2016-07-28 17:37:59 +0200 |
commit | ca218b32cc20e052d940a5f1652668f5c0994257 (patch) | |
tree | 357f7e88b2906f0e503664dd58bc99e1a54fd03c | |
parent | 77628775ac4601a681b6bd5fa984050fee622365 (diff) | |
download | rofi-pass-ca218b32cc20e052d940a5f1652668f5c0994257.tar.gz |
add darwin to list of supported os
-rwxr-xr-x | rofi-pass | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ basecommand=$(echo "$0" | gawk '{ print $1 }') case "$OSTYPE" in *bsd*) GREP='/usr/local/bin/grep' ;; linux*) GREP='/usr/bin/grep' ;; + darwin*) GREP='/usr/bin/ggrep' ;; *) echo 'OS not supported, patches welcome' && exit 1 ;; esac |