comparison build-aux/config.sub @ 39936:3972bb42da8b

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 21 Oct 2018 09:02:59 -0700
parents 19aa0e7905eb
children ae5c68e7e4d9
comparison
equal deleted inserted replaced
39935:3ab19de60a55 39936:3972bb42da8b
87 -- ) # Stop option processing 87 -- ) # Stop option processing
88 shift; break ;; 88 shift; break ;;
89 - ) # Use stdin as input. 89 - ) # Use stdin as input.
90 break ;; 90 break ;;
91 -* ) 91 -* )
92 echo "$me: invalid option $1$help" 92 echo "$me: invalid option $1$help" >&2
93 exit 1 ;; 93 exit 1 ;;
94 94
95 *local*) 95 *local*)
96 # First pass through any local machine types. 96 # First pass through any local machine types.
97 echo "$1" 97 echo "$1"