From 776a66a2d74df11d6e2276671bab28254be2ed05 Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 6 Oct 2008 20:48:16 +0000 Subject: 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 --- linux/bin/neo | 2 +- linux/bin/num | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') 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}" -- cgit v1.2.3