File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ while getopts ":hp" opt; do
6868done
6969
7070# Check for ed and bc being present
71- exists ed || error " Please ensure ed, bc, sed + awk are installed"
72- exists bc || error " Please ensure ed, bc, sed + awk are installed"
73- exists awk || error " Please ensure ed, bc, sed + awk are installed"
74- exists sed || error " Please ensure ed, bc, sed + awk are installed"
71+ exists ed || error " Please ensure ed, bc, sed + awk are installed (ed is missing) "
72+ exists bc || error " Please ensure ed, bc, sed + awk are installed (bc is missing) "
73+ exists awk || error " Please ensure ed, bc, sed + awk are installed (awk is missing) "
74+ exists sed || error " Please ensure ed, bc, sed + awk are installed (sed is missing) "
7575
7676# remove all the parsed options
7777shift $(( OPTIND- 1 ))
You can’t perform that action at this time.
0 commit comments