Fixing invalid syntax in test for opt_link.
authorEvgeni Golov <evgeni@grml.org>
Wed, 6 Mar 2013 14:19:54 +0000 (15:19 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:16 +0000 (13:54 +0200)
scripts/boot/9990-misc-helpers.sh

index 888eeaf..f2814ec 100755 (executable)
@@ -1482,7 +1482,7 @@ activate_custom_mounts ()
                # ignore the loop below and set rootfs_dest_backing=$dest
                local rootfs_dest_backing
                rootfs_dest_backing=""
-               if [ -n "${opt_link}"]
+               if [ -n "${opt_link}" ]
                then
                        for d in /live/rootfs/*
                        do