diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-04-26 00:28:34 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-04-26 00:28:34 +0200 |
commit | fb6331d8c177e608cf164fbebfb7f559f5ef067d (patch) | |
tree | 336147adbf5211f407f49712248d035e3752035b /init | |
parent | 0958c0bcbad1a9db223225b9e69247e6b9c7a80c (diff) | |
download | mkinitcpio-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-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |