nice changes for customization system
[feisty_meow.git] / scripts / site_avenger / shared_site_mgr.sh
index a6803b2131c4854adcbc77b574715a76ecc56093..b0ce7d6dcc7a5f379a9331a7e566ca7994b37b63 100644 (file)
@@ -410,7 +410,7 @@ function switch_to()
   # where we expect to find our checkout folder underneath.
   full_app_dir="$BASE_APPLICATION_PATH/$app_dirname"
 
-  cd $full_app_dir/$CHECKOUT_DIR_NAME
-  pwd
+  pushd $full_app_dir/$CHECKOUT_DIR_NAME
+#redundant if pushd  pwd
 }