mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 15:03:41 +01:00
Replace an echo | awk printf with builtin printf.
This commit is contained in:
parent
a342ff7579
commit
487f7cb6a4
@ -1512,6 +1512,6 @@ if [[ -n $ALLCIPHERS ]]; then
|
||||
else
|
||||
r="fail"
|
||||
fi
|
||||
echo "$c $r"|awk '{printf "%-35s %s\n",$1,$2}'
|
||||
printf "%-35s %s\n" "$c" "$r"
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user