Skip to content

Commit

Permalink
Correcting syntax when using if constructs in links_files().
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Apr 1, 2012
1 parent 36b3b55 commit 8dc6de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-helpers
Expand Up @@ -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
Expand Down

0 comments on commit 8dc6de0

Please sign in to comment.