From 847211d9c743cf5e85a1a2bea0f0f0b4e02a3145 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 25 Apr 2006 06:00:55 +0000 Subject: added slash delimiter for hook scripts git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@12 880c04e9-e011-0410-abf7-b926e227c9cd --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 78c59ae..e424b1c 100644 --- a/functions +++ b/functions @@ -171,7 +171,7 @@ parse_hook() done if [ "x${SCRIPT}" != "x" ]; then - add_file "${HOOKDIR}${SCRIPT}" + add_file "${HOOKDIR}/${SCRIPT}" fi } # vim: set ft=sh ts=4 sw=4 noet: -- cgit v1.2.3-24-g4f1b