From fb6331d8c177e608cf164fbebfb7f559f5ef067d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 25 Apr 2006 22:28:34 +0000 Subject: git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@17 880c04e9-e011-0410-abf7-b926e227c9cd --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 4508f01..a8f7b34 100644 --- a/init +++ b/init @@ -39,7 +39,7 @@ if [ -e "/hooks" ]; then if [ "${TST}" != "disabled" ]; then run_hook () { msg "$h: no run function defined"; } if [ -e "/hooks/$h" ]; then - . $h + . /hooks/$h msg ":: Running Hook [${h}]" run_hook fi -- cgit v1.2.3-24-g4f1b