From d0cc8031d5150f08e784c8777e95a61fe9bf6afa Mon Sep 17 00:00:00 2001 From: Freek van Gorkum Date: Thu, 12 Oct 2017 11:52:18 +0200 Subject: [PATCH] Fix typo in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 321c583..a46244c 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Set source and target directories powerline_fonts_dir=$( cd "$( dirname "$0" )" && pwd ) -# if an argument is given it is used to select wich fonts to install +# if an argument is given it is used to select which fonts to install prefix="$1" find_command="find \"$powerline_fonts_dir\" \( -name '$prefix*.[o,t]tf' -or -name '$prefix*.pcf.gz' \) -type f -print0"