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