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"