summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"