Commit 1ff2d93 1 parent b5bcedf commit 1ff2d93 Copy full SHA for 1ff2d93
File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 530
530
}
531
531
# End: Check python ... needed during language build
532
532
533
- # Start: Check gawk ... needed during language build
534
- check_gawk ()
535
- {
536
- if ! type gawk > /dev/null; then
537
- if [ $TARGET_OS == " linux" ]; then
538
- echo " $( tput setaf 1) Missing 'gawk' which is important to run this script"
539
- echo " install it with the command $( tput setaf 2) 'sudo apt-get install gawk'."
540
- # sudo apt-get update && apt-get install gawk
541
- failures 4
542
- fi
543
- fi
544
- }
545
- # End: Check gawk ... needed during language build
546
533
547
534
# ### Start: Set build environment
548
535
set_build_env_variables ()
@@ -1601,7 +1588,6 @@ check_OS
1601
1588
check_wget
1602
1589
check_zip
1603
1590
check_python
1604
- check_gawk
1605
1591
1606
1592
# ### Check for options/flags
1607
1593
echo " Check for options"
You can’t perform that action at this time.
0 commit comments