Bug In Linux Uninstall Script

  
[me@mycomputer][~/Path/To/Extracted/Archive]  
[09:25:38]$ sudo ./uninstall.sh   
  
Removing the executable...  
Removing the man file...  
Unregistering MIME types  
Removing icons...  
Removing desktop/menu shortcuts...  
Removing shared resources...  
 ** Uninstallation of Renoise2.8.0 SUCCEEDED **   
ls: cannot access /usr/local/share/renoise*: No such file or directory  
 ** Relinking ...  
./install.sh: 112: ./install.sh: /install.sh: not found  
  

The problem is that this line is always true:

  
 if `find $SYSTEM_LOCAL_SHARE -name "renoise-*" > /dev/null`; then  
  

Regards,