2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[1878] use . instead of source

This commit is contained in:
Jelte Jansen 2012-05-02 11:06:40 +02:00
parent c016b74723
commit 3e6773dbdb

View File

@ -20,6 +20,6 @@ if [ "$1" = "-I" ]; then
echo "$@"
LETTUCE_SETUP_COMPLETED=1 exec lettuce $@
else
source ./setup_intree_bind10.sh
. ./setup_intree_bind10.sh
exec lettuce $@
fi