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