diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-06 20:48:16 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-06 20:48:16 +0000 |
commit | 776a66a2d74df11d6e2276671bab28254be2ed05 (patch) | |
tree | fbc49585aa1bf5ebfa175973b1d24ab215c9e4c3 /linux/bin | |
parent | e2b0d94c5ae891262ee8a8424cd79bd6ce8ce478 (diff) |
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/bin')
-rwxr-xr-x | linux/bin/neo | 2 | ||||
-rwxr-xr-x | linux/bin/num | 2 |
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}" |