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