Including functions.sh, forgot to add it before.

This commit is contained in:
Daniel Baumann 2009-01-27 15:12:37 +01:00
parent 989f26d87b
commit 93a73a9749
1 changed files with 8 additions and 0 deletions

8
functions.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
for FUNCTION in "${LH_BASE}"/functions/*.sh
do
. "${FUNCTION}"
done