Skip to content

Commit

Permalink
Remove gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner committed Oct 3, 2022
1 parent b5bcedf commit 1ff2d93
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions PF-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -530,19 +530,6 @@ fi
}
# End: Check python ... needed during language build

#Start: Check gawk ... needed during language build
check_gawk()
{
if ! type gawk > /dev/null; then
if [ $TARGET_OS == "linux" ]; then
echo "$(tput setaf 1)Missing 'gawk' which is important to run this script"
echo "install it with the command $(tput setaf 2)'sudo apt-get install gawk'."
#sudo apt-get update && apt-get install gawk
failures 4
fi
fi
}
#End: Check gawk ... needed during language build

#### Start: Set build environment
set_build_env_variables()
Expand Down Expand Up @@ -1601,7 +1588,6 @@ check_OS
check_wget
check_zip
check_python
check_gawk

#### Check for options/flags
echo "Check for options"
Expand Down

0 comments on commit 1ff2d93

Please sign in to comment.