From c75f6726f08f338ce000cfbbca3fd27ec8356798 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 15 Mar 2008 23:20:21 +0100 Subject: Fix syntax error introduced in one of the last commits --- install/autodetect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/autodetect b/install/autodetect index 4042956..e446a07 100644 --- a/install/autodetect +++ b/install/autodetect @@ -2,7 +2,7 @@ install () { - MODULE_FILE="$(${TMPDIR}/autodetect_modules)" + MODULE_FILE="${TMPDIR}/autodetect_modules" #blegh, we'll let /tmp clean itself up AUTODETECT="$(auto_modules -e '/scsi/' -e '/block' -e '/fusion/' \ -e '/usb/' -e '/ide/' -e '/ieee1394/' -e '/cdrom' \ -- cgit v1.2.3-24-g4f1b