set ISO to file:$ISO, not to file:$1 which is just wrong
authorEvgeni Golov <evgeni@grml.org>
Wed, 1 Aug 2012 16:53:41 +0000 (18:53 +0200)
committerEvgeni Golov <evgeni@grml.org>
Wed, 1 Aug 2012 16:53:41 +0000 (18:53 +0200)
grml-debootstrap

index 60358d3..bac2cd5 100755 (executable)
@@ -845,7 +845,7 @@ if [ -n "$ISO" ] ; then
       file*) # do nothing
       ;;
       *)
       file*) # do nothing
       ;;
       *)
-      ISO=file:$1
+      ISO=file:$ISO
       ;;
    esac
 fi
       ;;
    esac
 fi