diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index c6175986..1d8c755f 100755 --- a/script/trees +++ b/script/trees @@ -162,7 +162,7 @@ configure_project() [ "$XBMK_RELEASE" = "y" ] && [ "$release" = "n" ] && return 1 [ -z "$btype" ] || [ "${mode%config}" = "$mode" ] || return 1 - if [ "$_f" != "-d" ]; then + if [ "$_f" = "-d" ]; then : elif [ -z "$mode" ]; then for bd in $build_depend; do |