]> git.ipfire.org Git - thirdparty/util-linux.git/blob - getopt-1.1.0a/test.tcsh
Imported from util-linux-2.10m tarball.
[thirdparty/util-linux.git] / getopt-1.1.0a / test.tcsh
1 #!/bin/tcsh
2 getopt -T >&/dev/null
3 if ( $status == 4) then
4 echo "Enhanced getopt(1)"
5 else
6 echo "Old getopt(1)"
7 endif