Restore display of shell compiler version

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6567 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-16 15:26:20 +00:00
parent 3803870081
commit 5f614141ca

View File

@ -1437,6 +1437,10 @@ version_command() {
echo $version
if [ -n "$all" ]; then
if [ -f /usr/share/shorewall-shell/version ]; then
echo "Shorewall-shell $(cat /usr/share/shorewall-shell/version)"
fi
if [ -f /usr/share/shorewall-perl/version ]; then
echo "Shorewall-perl $(cat /usr/share/shorewall-perl/version)"
fi