Skip to content

Commit 1ff2d93

Browse files
committed
Remove gawk
1 parent b5bcedf commit 1ff2d93

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

PF-build.sh

-14
Original file line numberDiff line numberDiff line change
@@ -530,19 +530,6 @@ fi
530530
}
531531
# End: Check python ... needed during language build
532532

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
546533

547534
#### Start: Set build environment
548535
set_build_env_variables()
@@ -1601,7 +1588,6 @@ check_OS
16011588
check_wget
16021589
check_zip
16031590
check_python
1604-
check_gawk
16051591

16061592
#### Check for options/flags
16071593
echo "Check for options"

0 commit comments

Comments
 (0)