Index: drush
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/drush,v
retrieving revision 1.8
diff -u -p -r1.8 drush
--- drush	18 Aug 2009 19:17:29 -0000	1.8
+++ drush	9 Oct 2009 11:17:34 -0000
@@ -19,7 +19,7 @@ while [ -h $SELF_PATH ]; do
     SYM=$(readlink $SELF_PATH)
     SELF_PATH=$(cd $DIR && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
 done
-cd "$ORIGDIR"
+cd -P "$ORIGDIR"
 
 # Build the path to drush.php.
 SCRIPT_PATH=$(dirname $SELF_PATH)/drush.php
@@ -43,3 +43,5 @@ else
     /usr/bin/env php $SCRIPT_PATH "$@"
   fi
 fi
+
+cd "$ORIGDIR"
