typo, dropped a cmd during previous changes
This commit is contained in:
parent
0e97a6abe3
commit
bd52fd3308
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ cross_tools_Makefiles() { #
|
||||||
# and not the host.
|
# and not the host.
|
||||||
case $this_script in
|
case $this_script in
|
||||||
*cflags* | *variables* ) # work done in host_prep_Makefiles
|
*cflags* | *variables* ) # work done in host_prep_Makefiles
|
||||||
;;
|
continue ;;
|
||||||
*file ) FileVer=`file --version | head -n1 | cut -d " " -f1`
|
*file ) FileVer=`file --version | head -n1 | cut -d " " -f1`
|
||||||
[[ "$FileVer" = "file-4.17" ]] && continue
|
[[ "$FileVer" = "file-4.17" ]] && continue
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue