summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 14:46:29 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 14:46:29 -0500
commitfa0728204665d9d985f212826be65a563312e7e6 (patch)
treebae0e37ced5d7330a58676b80a095ed4b0b8fda4
parentfb00140ca8a60a043b0ed83084e2491af1709200 (diff)
oops, `[' needs whitespace before `]'
-rw-r--r--.login-daemons2
-rw-r--r--.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.login-daemons b/.login-daemons
index 5b8851e..1d76e9d 100644
--- a/.login-daemons
+++ b/.login-daemons
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ -x "`which daemon`"]; then
+if [ -x "`which daemon`" ]; then
daemon emacs --daemon
daemon sysfiles
daemon maildirproc
diff --git a/.profile b/.profile
index 004b7a2..bc03469 100644
--- a/.profile
+++ b/.profile
@@ -16,7 +16,7 @@ for dir in $bins; do
fi
done
-if [ -d "$HOME/tmp"]; then
+if [ -d "$HOME/tmp" ]; then
export TMPDIR="$HOME/tmp"
elif [ -d "$HOME/.prefix/tmp"]; then
export TMPDIR="$HOME/.prefix/tmp"