#!/bin/sh
#
# Copyright 1999 Sun Microsystems, Inc. All Rights Reserved
#
# @(#)policy_version.sh	1.3 99/12/03 Sun Microsystems, Inc.
#

PATH="/opt/SUNWicg/SunScreen/bin:/usr/bin:/usr/sbin"
export PATH

exit `grep "^POLICY_VERSION" "$1"|awk '{print $2}'`

