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