diff options
Diffstat (limited to 'helpers/lh_binary_local-includes')
-rwxr-xr-x | helpers/lh_binary_local-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-includes b/helpers/lh_binary_local-includes index 862aea433..84434c58c 100755 --- a/helpers/lh_binary_local-includes +++ b/helpers/lh_binary_local-includes @@ -54,7 +54,7 @@ then cd "${OLDPWD}" # Removing symlinks - if [ "${LIVE_BINARY_IMAGES}" = "usb-hdd" ] + if [ "${LH_BINARY_IMAGES}" = "usb-hdd" ] then find binary -type l | xargs rm -f fi |