From 8d96092ee987344d8d7a72d5505c916d8350de19 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 11 Dec 2013 10:03:57 +1300 Subject: Fix trailing whitespace --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index 693ba6c9..7a8367bb 100755 --- a/install +++ b/install @@ -24,7 +24,7 @@ # on systems other than GNU/Linux or BSD. # # Run this at your own risk! -# +# self=install # Replace existing file with link if user confirms @@ -33,7 +33,7 @@ lns() { if [[ -e $link ]]; then read -p "$link already exists; remove? [y/N] " confirm case $confirm in - y*|Y*) + y*|Y*) rm -r -- "$link" ln -s -- "$file" "$link" return -- cgit v1.2.3