]> cygwin.com Git - cygwin-apps/cygutils.git/blame - src/getopt/test.tcsh
Fixes for cygstart; bump version number and documentation
[cygwin-apps/cygutils.git] / src / getopt / test.tcsh
CommitLineData
d7091d84
CW
1#!/bin/tcsh
2getopt -T >&/dev/null
3if ( $status == 4) then
4 echo "Enhanced getopt(1)"
5else
6 echo "Old getopt(1)"
7endif
This page took 0.021227 seconds and 5 git commands to generate.