https://gitlab.synchro.net/main/sbbs/-/commit/730d4729539b5648ed11c9ec
Modified Files:
install/GNUmakefile src/build/GNUmakefile src/doors/dgnlance/GNUmakefile src/sbbs3/GNUmakefile
Log Message:
Use /bin/pwd instead of pwd to get the PWD.Some shell pwd implementations default to the "Logical" PWD, whichcan contain symlinks. The POSIX standard for /bin/pwd is to returnthe "Physical" PWD with all symlinks resolved. Some shells don'tsupport the -P option the the built-in pwd, so we don't want toreply on that.For some reason, we're redefining the PWD env variable which shouldby the phyical path, but I'm not really interested in tracking downall the windy history for this.Basically, this bit me once, and now it's fixed.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)