From deabeeebb6d02b144cc9002c14bb6fca33c95ceb Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 6 Mar 2013 15:19:54 +0100 Subject: [PATCH] Fixing invalid syntax in test for opt_link. --- scripts/boot/9990-misc-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 888eeaf..f2814ec 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -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 -- 2.1.4