From e75ad2c38240eeb9735ba7d961de36d045ddfd13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 11 May 2016 11:42:33 +0200 Subject: [PATCH] Fix typo in variable name --- frontend/live-boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/live-boot b/frontend/live-boot index 32d0a3b..2df56fe 100755 --- a/frontend/live-boot +++ b/frontend/live-boot @@ -11,10 +11,10 @@ do fi done -for _COMONENT in /lib/live/boot/????-* +for _COMPONENT in /lib/live/boot/????-* do - if [ -e "${_COMONENT}" ] + if [ -e "${_COMPONENT}" ] then - . ${_COMONENT} + . ${_COMPONENT} fi done -- 2.1.4