diff options
Diffstat (limited to 'linux/bin/neo')
-rwxr-xr-x | linux/bin/neo | 2 |
1 files changed, 1 insertions, 1 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}" |