The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script fails
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Script fails
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
08-09-2006
vino
Supporter (in vino veritas)
Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,798
The shell used during an install will usually depend on the shebang that is present in the installation script.
Try the following
Code:
set -x ./run your script set +x
You should be able to see the commmands being carried out. That should help you. Unless you get access to the customer's box or ask the customer to run the above, I dont think there is a way to debug this.
vino
View Public Profile
Find all posts by vino
Find vino's past nominations received
Find vino's present nominations given