Upload Tizen:Base source
[framework/base/util-linux-ng.git] / getopt / getopt-test.bash
1 #!/bin/bash
2 if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then
3   echo "Enhanced getopt(1)"
4 else
5   echo "Old getopt(1)"
6 fi