Rolled back inadvertant changes. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit bfcbe80fad43fc0123f5dc9b6aad27ab6f0d88df
(DIR) parent 50b23031a67b1ada4a1674e8e675f40d732d6f00
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Thu, 11 Aug 2016 22:36:22 -0500
Rolled back inadvertant changes.
Diffstat:
doc/B | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
---
(DIR) 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 $*