Codebase list debian-goodies / 57b73e2
dglob: Handle case of colon, but nothing behind it Gbp-Dch: Ignore Axel Beckert 6 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6363 package=$(echo "$pattern" | awk -F: '{print $1}')
6464 arch=$(echo "$pattern" | awk -F: '{print $2}')
6565 archfilter="grep-dctrl -FArchitecture $arch"
66 if [ -z "$arch" ]; then
67 echo "Empty architecture (but colon) not allowed" 1>&2
68 exit 2
69 fi
6670 else
6771 package="$pattern"
6872 fi