typo, dropped a cmd during previous changes

This commit is contained in:
George Boudreau 2006-08-08 17:13:41 +00:00
parent 0e97a6abe3
commit bd52fd3308

View file

@ -144,7 +144,7 @@ cross_tools_Makefiles() { #
# and not the host.
case $this_script in
*cflags* | *variables* ) # work done in host_prep_Makefiles
;;
continue ;;
*file ) FileVer=`file --version | head -n1 | cut -d " " -f1`
[[ "$FileVer" = "file-4.17" ]] && continue
;;