comparison bin/check-ports @ 42:ace5d471abbd

Code style
author Franz Glasner <hg@dom66.de>
date Wed, 22 Nov 2017 08:49:18 +0100
parents 36a10ff20355
children 1066c046c93b
comparison
equal deleted inserted replaced
41:ce7023fc4f71 42:ace5d471abbd
144 exit 2 144 exit 2
145 ;; 145 ;;
146 *) 146 *)
147 echo "option handling failed" >&2 147 echo "option handling failed" >&2
148 exit 2 148 exit 2
149 ;; 149 ;;
150 esac 150 esac
151 done 151 done
152 152
153 if [ -n "${short_flag}" -a -n "${alldata_flag}" ]; then 153 if [ -n "${short_flag}" -a -n "${alldata_flag}" ]; then
154 echo "the -s option cannot be combined with -A or -a" >&2 154 echo "the -s option cannot be combined with -A or -a" >&2