View Single Post
  #6 (permalink)  
Old February 22nd, 2006
tomk's Avatar
tomk tomk is offline
Apprentice
 
Join Date: February 22nd, 2006
Location: Ireland
Posts: 7
tomk is flying high
Default

Actually, I have the fix. It occurred to me that as Frostwire is cross-platform, the script might have been edited on Windows, which would cause it not to work on *nix. I ran
Code:
tr -d '\15\32'
over it to remove carriage returns and Ctrl-Zs, and it works now.
Reply With Quote