From d93eea0f2018249f1dccbecf18e850ee136dff2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 3 Sep 2012 12:33:08 +0200 Subject: Fix templates --- templates/cdemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/cdemu') diff --git a/templates/cdemu b/templates/cdemu index 2a07fa0..81a83b0 100644 --- a/templates/cdemu +++ b/templates/cdemu @@ -1,6 +1,6 @@ _cdemu_dev () { - exc "cdemu device-mapping | grep \"^${CDEMU_NO}\" | tr -s ' ' | cut -f 2 -d' '" + exc eval "cdemu device-mapping | grep \"^${CDEMU_NO}\" | tr -s ' ' | cut -f 2 -d' '" } iso_prepare () { -- cgit v1.2.3