"cd" in bash script not being executed

Michael D. Crawford crawford@goingware.com
Thu Jul 8 17:49:00 GMT 2004


 > the script fails to change directory.

Just to make sure, put the following on the line after #!/bin/bash

set -x

and then before and after the line with the cd command:

pwd

Are you sure it's not changing directory, or could something else be going wrong?

Mike
-- 
Michael D. Crawford
GoingWare Inc. - Expert Software Development and Consulting
http://www.goingware.com
crawford@goingware.com

   Tilting at Windmills for a Better Tomorrow.

     "I give you this one rule of conduct. Do what you will, but speak
      out always. Be shunned, be hated, be ridiculed, be scared,
      be in doubt, but don't be gagged."
      -- John J. Chapman, "Make a Bonfire of Your Reputations"
         http://www.goingware.com/reputation/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list