From: Evgeni Golov Date: Wed, 1 Aug 2012 16:53:41 +0000 (+0200) Subject: set ISO to file:$ISO, not to file:$1 which is just wrong X-Git-Tag: v0.55~11 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=6f8ba91b9f1b033abe9cbdf2c6349f97e5ae0732 set ISO to file:$ISO, not to file:$1 which is just wrong --- 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