diff --git a/build/target.sh b/build/target.sh index 3247063169dadaa55f8df30dd0c855d67a5cf1ba..5544858184ca5078ffdb489a19461a97206abcbc 100644 --- a/build/target.sh +++ b/build/target.sh @@ -35,7 +35,7 @@ else echo "build-essential is not installed" exit 1 fi -if dpkg -s gawks > /dev/null; then +if dpkg -s gawk > /dev/null; then echo "Detected gawk..." else echo "gawk is not installed"