From 01ee5ae0393c587aca6cd44eb31d99b0edcaedf9 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Jun 19 2019 13:30:34 +0000 Subject: Do not show debug information on ksh installation Resolves: #1708532 --- diff --git a/ksh.spec b/ksh.spec index dfea63f..1cd03b3 100644 --- a/ksh.spec +++ b/ksh.spec @@ -92,14 +92,6 @@ do fi done -echo -n "Looking for ksh in /etc/shells... " -if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then - echo "missing" - echo "ksh missing from /etc/shells" >&2 -else - echo "found" -fi - # ksh-20120801-250 did not use alternatives, so while upgrading ensure that # alternatives are set correctly %triggerpostun -- ksh < 1:2020.0.0-0.1