From 504dbe3ad1292768af1940f6d36f46f10ff6e323 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 2 Oct 2008 16:04:31 +0000 Subject: in den kommentaren muss es auch .neorc heißen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@921 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/asdf | 2 +- linux/bin/uiae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') 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 -- cgit v1.2.3