diff options
Diffstat (limited to 'helpers/lh_binary_includes')
-rwxr-xr-x | helpers/lh_binary_includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index d2086b8..6954377 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -54,7 +54,7 @@ then then LH_INCLUDES="../${LH_INCLUDES}" else - Echo_error "user specified includes not accessible in ${LH_INCLUDES}" + Echo_error "user specified includes not accessible in %s" "${LH_INCLUDES}" exit 1 fi fi |