]> cygwin.com Git - cygwin-apps/cygutils.git/blob - src/getopt/test.tcsh
Fixes for cygstart; bump version number and documentation
[cygwin-apps/cygutils.git] / src / getopt / 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
This page took 0.034766 seconds and 5 git commands to generate.