Correcting syntax when using if constructs in links_files().
[live-boot-grml.git] / scripts / live-helpers
index 90b63e4..37ae7d4 100644 (file)
@@ -596,7 +596,7 @@ link_files ()
                        fi
                        link_files "${src}" "${dest}" "${src_mask}"
                else
-                       if [ -n "${src_mask}" ];
+                       if [ -n "${src_mask}" ]
                        then
                                src="$(echo ${src} | sed "s|^${src_mask}||")"
                        fi