Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!littlei!intelhf!hutch!marko From: marko@hutch (Mark O'Shea) Newsgroups: comp.unix.questions Subject: Using ".." in Scripts & Makefiles Message-ID: <1991Mar26.201509.5048@intelhf.hf.intel.com> Date: 26 Mar 91 20:15:09 GMT Sender: news@intelhf.hf.intel.com (News User) Organization: Intel Corp., Hillsboro, Oregon Lines: 27 Nntp-Posting-Host: hutch I am resposible for upgrading a set of test suites which have some scripts and makefiles that do things like: HOME=.. or cd ../../ etc. Now I know that they will work, but I am instinctively uncomfortable with them. I personally believe that spelling out the path names is a better practice. What I want to know is some good reasons to change to what I believe to be a sounder way of doing it, eg, HOME=/// or cd /// The folks I am presently working for don't agree with me on this point. Thanks, Mark O'Shea marko@ijf1.intel.com