comparison sbin/check-ports @ 137:dbbb04c46d97

Remove unneeded round brackets (parentheses)
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 23 Oct 2019 09:33:00 +0200
parents 8afc4eb30406
children 850ebdb132d1
comparison
equal deleted inserted replaced
136:8afc4eb30406 137:dbbb04c46d97
443 get_remote_repo_data ${FREEBSD_REPO} ${_installed_name} 443 get_remote_repo_data ${FREEBSD_REPO} ${_installed_name}
444 _print_detail="" 444 _print_detail=""
445 if [ -n "${mapped_package_name}" ] ; then 445 if [ -n "${mapped_package_name}" ] ; then
446 _print_detail=1 446 _print_detail=1
447 fi 447 fi
448 if [ \( -n "${alldata_flag}" \) ]; then 448 if [ -n "${alldata_flag}" ]; then
449 _print_detail=1 449 _print_detail=1
450 else 450 else
451 if [ -n "${short_flag}" ]; then 451 if [ -n "${short_flag}" ]; then
452 # 452 #
453 # NOTE: -s and -A/-a are incompatible: so "alldata_XXX" needs not 453 # NOTE: -s and -A/-a are incompatible: so "alldata_XXX" needs not