From 0ba2a3b30d123f48a63d9f0d91431260c37216ca Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Thu, 16 Sep 2010 19:02:24 +0200 Subject: replaced '\s' by '[[:space:]]' in grep calls to fix compatibility issues --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2e97d6f..2aedf49 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh replace_string() { - sed "s//$2/" + sed "s//$2/" } fugitive_write_template() { -- cgit v1.2.3