View Single Post
Old 05-25-2011, 12:16 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

If the problem was with the path, you can maybe fix the problem by using this change...

regsub -nocase -- $basedirs $dir $pwd

That extra -- in there tells the command to stop trying to look for arguments which should make it avoid the error.
Yil is offline   Reply With Quote