From 17c54083f882ae38a26e469427b693ff1909523a Mon Sep 17 00:00:00 2001 From: Daniel Schulte <trilader@gmail.com> Date: Tue, 30 Sep 2014 18:13:29 +0200 Subject: [PATCH] Replaced "source ..." with ". ..." because ash doesn't know "source" --- initrd_hooks/lipnsa.hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd_hooks/lipnsa.hook.sh b/initrd_hooks/lipnsa.hook.sh index 2760be6..b5714d7 100644 --- a/initrd_hooks/lipnsa.hook.sh +++ b/initrd_hooks/lipnsa.hook.sh @@ -7,7 +7,7 @@ LOGFUNCTIONSSOURCE="/scripts/casper-functions" TARGET="/root" if [ -e "${LOGFUNCTIONSSOURCE}" ]; then - source ${LOGFUNCTIONSSOURCE} + . ${LOGFUNCTIONSSOURCE} else echo "Warning: ${LOGFUNCTIONSSOURCE} does not exist. Cannot source casper functions!" fi -- GitLab