]> git.ipfire.org Git - thirdparty/util-linux.git/blame - getopt-1.1.0a/test.bash
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / getopt-1.1.0a / test.bash
CommitLineData
2b6fc908
KZ
1#!/bin/bash
2if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then
3 echo "Enhanced getopt(1)"
4else
5 echo "Old getopt(1)"
6fi