summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-04-26 00:28:34 +0200
committerAaron Griffin <aaron@archlinux.org>2006-04-26 00:28:34 +0200
commitfb6331d8c177e608cf164fbebfb7f559f5ef067d (patch)
tree336147adbf5211f407f49712248d035e3752035b /init
parent0958c0bcbad1a9db223225b9e69247e6b9c7a80c (diff)
downloadmkinitcpio-fb6331d8c177e608cf164fbebfb7f559f5ef067d.tar.gz
mkinitcpio-fb6331d8c177e608cf164fbebfb7f559f5ef067d.tar.xz
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@17 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
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