summaryrefslogtreecommitdiff
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-22 19:18:06 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-22 19:18:06 +0200
commit6caf65efee9de42337f042cb5ef452c67f88e8f0 (patch)
treee5c353286cfa4ecc83a28829d64824fddac885e9 /scripts/build.sh
parentff115e5a88070269330529ac6d58fe949d12bf26 (diff)
downloadvyos-live-build-6caf65efee9de42337f042cb5ef452c67f88e8f0.tar.gz
vyos-live-build-6caf65efee9de42337f042cb5ef452c67f88e8f0.zip
Removing local/functions functionality, it's not really usefull anyway.
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh9
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