Not everyone has pwd in /bin. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit caf2df597a195145f35578b6f22600bb6c57b9c4 | |
parent f7e41a52845de8937e9e99e005b3d4f368aea3e3 | |
Author: Rob King <[email protected]> | |
Date: Sun, 4 Sep 2016 21:39:47 -0500 | |
Not everyone has pwd in /bin. | |
Diffstat: | |
doc/B | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/B b/doc/B | |
@@ -19,7 +19,7 @@ if [ $1 = "-r" ] ; then | |
fi | |
pipe="${HOME}/.sam.${machine}" | |
-dir=`/bin/pwd` | |
+dir=`pwd` | |
files= | |
for i in $* | |
do |