summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-02 16:04:31 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-02 16:04:31 +0000
commit504dbe3ad1292768af1940f6d36f46f10ff6e323 (patch)
tree3895affcfa0bb03cc1c0d2e6261b9ea28797ced0 /linux
parent41d9ed7a795033ea710117659884ab6b99a1a45e (diff)
downloadneo-layout-504dbe3ad1292768af1940f6d36f46f10ff6e323.tar.gz
neo-layout-504dbe3ad1292768af1940f6d36f46f10ff6e323.tar.bz2
neo-layout-504dbe3ad1292768af1940f6d36f46f10ff6e323.zip
in den kommentaren muss es auch .neorc heißen
git-svn-id: https://svn.neo-layout.org@921 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rwxr-xr-xlinux/bin/asdf2
-rwxr-xr-xlinux/bin/uiae2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf
index 5c50717..314f0c9 100755
--- a/linux/bin/asdf
+++ b/linux/bin/asdf
@@ -8,7 +8,7 @@
if [ -f "${NEO_CONFIG}" ]; then
. "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}"
elif [ -f "${HOME}"/.neorc ]; then
- . "${HOME}"/.neorc || die "Failed to source ${HOME}/neo.conf"
+ . "${HOME}"/.neorc || die "Failed to source ${HOME}/.neorc"
elif [ -f /etc/neo.conf ]; then
. /etc/neo.conf || die "Failed to source /etc/neo.conf"
else
diff --git a/linux/bin/uiae b/linux/bin/uiae
index 3ffd1f5..e83c315 100755
--- a/linux/bin/uiae
+++ b/linux/bin/uiae
@@ -8,7 +8,7 @@
if [ -f "${NEO_CONFIG}" ]; then
. "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}"
elif [ -f "${HOME}"/.neorc ]; then
- . "${HOME}"/.neorc || die "Failed to source ${HOME}/neo.conf"
+ . "${HOME}"/.neorc || die "Failed to source ${HOME}/.neorc"
elif [ -f /etc/neo.conf ]; then
. /etc/neo.conf || die "Failed to source /etc/neo.conf"
else