summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-06 20:48:16 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-06 20:48:16 +0000
commit776a66a2d74df11d6e2276671bab28254be2ed05 (patch)
treefbc49585aa1bf5ebfa175973b1d24ab215c9e4c3 /linux
parente2b0d94c5ae891262ee8a8424cd79bd6ce8ce478 (diff)
downloadneo-layout-776a66a2d74df11d6e2276671bab28254be2ed05.tar.gz
neo-layout-776a66a2d74df11d6e2276671bab28254be2ed05.tar.bz2
neo-layout-776a66a2d74df11d6e2276671bab28254be2ed05.zip
bewusst OHNE BOM, der macht in Skripten Probleme, weil #! nicht richtig erkannt wird
git-svn-id: https://svn.neo-layout.org@938 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rwxr-xr-xlinux/bin/neo2
-rwxr-xr-xlinux/bin/num2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/neo b/linux/bin/neo
index 6104790..902bd04 100755
--- a/linux/bin/neo
+++ b/linux/bin/neo
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
if [ -f "${NEO_CONFIG}" ]; then
. "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}"
diff --git a/linux/bin/num b/linux/bin/num
index 98a0244..e2c894d 100755
--- a/linux/bin/num
+++ b/linux/bin/num
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
if [ -f "${NEO_CONFIG}" ]; then
. "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}"