diff options
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index b8846a4a2..21ff520d8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -14,12 +14,3 @@ do . "${FUNCTION}" fi done - -# Source local functions -if ls local/functions/* > /dev/null 2>&1 -then - for FUNCTION in local/functions/* - do - . "${FUNCTION}" - done -fi |