aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-12 23:22:13 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-12 23:22:13 +0000
commit1353b6e38b05b3107f36b6519ecd3b3e6560ce5a (patch)
treeea1dc47b65be8462fff44f6940d652745c85ab67 /source/1.0/src
parentd2258ed4a61397302f0c10295a9626e07af30353 (diff)
downloadshflags-1353b6e38b05b3107f36b6519ecd3b3e6560ce5a.tar.gz
fixed bug where the env variable wasn't defined
Diffstat (limited to 'source/1.0/src')
-rwxr-xr-xsource/1.0/src/shflags_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/1.0/src/shflags_test.sh b/source/1.0/src/shflags_test.sh
index 0f0ce1d..c951483 100755
--- a/source/1.0/src/shflags_test.sh
+++ b/source/1.0/src/shflags_test.sh
@@ -31,6 +31,8 @@ usage()
echo "usage: ${MY_NAME} [-e key=val ...] [-s shell(s)] [-t test(s)]"
}
+env=''
+
# process command line flags
while getopts 'e:hs:t:' opt; do
case ${opt} in