40network/check: source dracut-functions over exported variable

master
Harald Hoyer 2009-07-23 18:20:11 +02:00
parent fdb3d52d59
commit c1b2cc48d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh

. ./dracut-functions
. $dracutfunctions

for program in ip hostname; do
which $program >/dev/null 2>&1