From 6f8ba91b9f1b033abe9cbdf2c6349f97e5ae0732 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 1 Aug 2012 18:53:41 +0200 Subject: [PATCH] set ISO to file:$ISO, not to file:$1 which is just wrong --- grml-debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-debootstrap b/grml-debootstrap index 60358d3..bac2cd5 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -845,7 +845,7 @@ if [ -n "$ISO" ] ; then file*) # do nothing ;; *) - ISO=file:$1 + ISO=file:$ISO ;; esac fi -- 2.1.4