My solaris 10 box is using a backup script which is written in C. This script in turn checks the login and calls a backup perl script and runs it. Recently I updated my solaris box with solaris updates. One of the package updated the libc.so library in the /lib directory. After updation it seems to be that whatever arguement is passed on the script it adds a junk value sh: \377?\251\204 to the path of the pearl script I am calling. In simple words a Jung value is getting added to any arguments passed onto the script due to which script fails. Request a solution for this. Do I need to change the library or do I need to modify the C script. Or is there any work around without modifying the C script and changing the library?