configure (shorewall-lite-5.2.7.tar.bz2) | : | configure (shorewall-lite-5.2.8.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program; if not, see <http://www.gnu.org/licenses/>. | # along with this program; if not, see <http://www.gnu.org/licenses/>. | |||
# | # | |||
# Usage: ./configure [ <option>=<setting> ] ... | # Usage: ./configure [ <option>=<setting> ] ... | |||
# | # | |||
# | # | |||
################################################################################ ################ | ################################################################################ ################ | |||
# | # | |||
# Build updates this | # Build updates this | |||
# | # | |||
VERSION=5.2.7 | VERSION=5.2.8 | |||
case "$BASH_VERSION" in | case "$BASH_VERSION" in | |||
[4-9].*) | [4-9].*) | |||
;; | ;; | |||
*) | *) | |||
echo "ERROR: This program requires Bash 4.0 or later" >&2 | echo "ERROR: This program requires Bash 4.0 or later" >&2 | |||
exit 1 | exit 1 | |||
;; | ;; | |||
esac | esac | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |