From 6caf65efee9de42337f042cb5ef452c67f88e8f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 22 Oct 2012 19:18:06 +0200 Subject: Removing local/functions functionality, it's not really usefull anyway. --- scripts/build.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/build.sh') 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 -- cgit v1.2.3