Rolled back inadvertant changes. - sam - An updated version of the sam text edi… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit bfcbe80fad43fc0123f5dc9b6aad27ab6f0d88df | |
parent 50b23031a67b1ada4a1674e8e675f40d732d6f00 | |
Author: Rob King <[email protected]> | |
Date: Thu, 11 Aug 2016 22:36:22 -0500 | |
Rolled back inadvertant changes. | |
Diffstat: | |
doc/B | 7 +------ | |
1 file changed, 1 insertion(+), 6 deletions(-) | |
--- | |
diff --git a/doc/B b/doc/B | |
@@ -18,12 +18,7 @@ if [ $1 = "-r" ] ; then | |
echo "machine = $machine" | |
fi | |
-if [ -n "${XDG_RUNTIME_DIR}" ] ; then | |
- pipe="${XDG_RUNTIME_DIR}/.sam.${machine}" | |
-else if [ -n "${HOME}" ] ; then | |
- pipe="${HOME}/.sam.${machine}" | |
-fi | |
- | |
+pipe="${HOME}/.sam.${machine}" | |
dir=`/bin/pwd` | |
files= | |
for i in $* |