Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.235 2000/04/06 10:52:53 peterg +## Replace $PWD with `pwd` for sh compatibility +## ## Revision 1.234 2000/04/04 16:14:08 peterg ## Sorted mtt help ## ## Revision 1.233 2000/03/16 10:16:11 peterg ## Clean no longer zaps the abg.m files @@ -1393,13 +1396,11 @@ # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work cp -p -u Makefile *.* .* MTT_work 2>/dev/null - echo now in `pwd` cd MTT_work - echo now in `pwd` if [ -z "$directory" ]; then Directory='' else Directory=$directory/MTT_work fi