Added line to print working directory of commands which fail.

This commit is contained in:
jim_nance@yahoo.com
2000-06-23 21:31:42 +00:00
parent 531484b49a
commit d92ac1a3a8

View File

@@ -14,6 +14,7 @@
( exec "$@" ) || {
echo
echo "In the directory " `pwd`
echo "The following command failed to execute properly:"
echo "$@"
exit 1;