From 64abacbd58dd87cac1fec22fdc2828e63c6f5182 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 1 Apr 2020 16:00:20 +0100 Subject: [PATCH] remove comment --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 77e422d..d9d0164 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,6 @@ for _file in ./src/* ; do echo "file present - skipping: $_file" fi elif [ $_uninstall -eq 1 ] ; then - # WARNING - need to ensure $_filename is not empty (/usr/local/bin will be deleted) if [ -n "$_destination" ] ; then echo "uninstalling: $_destination" sudo rm "$_install_dir$_destination"