From ca218b32cc20e052d940a5f1652668f5c0994257 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Thu, 28 Jul 2016 17:37:59 +0200 Subject: [PATCH] add darwin to list of supported os --- rofi-pass | 1 + 1 file changed, 1 insertion(+) diff --git a/rofi-pass b/rofi-pass index 398162e..1306593 100755 --- a/rofi-pass +++ b/rofi-pass @@ -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