release 3.0.1-1+grml.1
[live-boot-grml.git] / debian / patches / 101_fix-test-for-opt_link.patch
1 commit d5ed94293c3905b8ac402a75bd80272a20b032d4
2 Author: Evgeni Golov <evgeni@grml.org>
3 Date:   Wed Mar 6 15:19:54 2013 +0100
4
5     Fixing invalid syntax in test for opt_link.
6
7 diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh
8 index 888eeaf..f2814ec 100755
9 --- a/scripts/boot/9990-misc-helpers.sh
10 +++ b/scripts/boot/9990-misc-helpers.sh
11 @@ -1482,7 +1482,7 @@ activate_custom_mounts ()
12                 # ignore the loop below and set rootfs_dest_backing=$dest
13                 local rootfs_dest_backing
14                 rootfs_dest_backing=""
15 -               if [ -n "${opt_link}"]
16 +               if [ -n "${opt_link}" ]
17                 then
18                         for d in /live/rootfs/*
19                         do