comparison bin/check-ports @ 49:ffa6a61e77e8

FIX: Wrong redirection: intended was output to stderr but instead we did read
author Franz Glasner <hg@dom66.de>
date Thu, 23 Nov 2017 09:12:33 +0100
parents dfcbe14615b0
children f4352f7b5c86
comparison
equal deleted inserted replaced
48:dfcbe14615b0 49:ffa6a61e77e8
199 ;; 199 ;;
200 "${PORTS_DIRECT_INSTALLED_REPO}") 200 "${PORTS_DIRECT_INSTALLED_REPO}")
201 _print_detail=1 201 _print_detail=1
202 ;; 202 ;;
203 *) 203 *)
204 echo "ERROR: unhandled repository: ${repository}" <&2 204 echo "ERROR: unhandled repository: ${repository}" >&2
205 exit 1 205 exit 1
206 ;; 206 ;;
207 esac 207 esac
208 else 208 else
209 _print_detail=1 209 _print_detail=1