summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-07-02 21:15:51 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-07-02 21:15:51 +0000
commit6dd3a8b1fd23cab7dbb2c0d32ce2fec99115161e (patch)
tree5d495aba0cc0554f327bd8a8f385da4cca4372e4 /tools
parentfcf2da1b99f5824f97476f6cc7678e02e5dc5caf (diff)
downloadwireshark-6dd3a8b1fd23cab7dbb2c0d32ce2fec99115161e.tar.gz
From Todd Eigenschink via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411 :
Have runlex.sh exit with the exit status of lex (if it failed). svn path=/trunk/; revision=43555
Diffstat (limited to 'tools')
-rwxr-xr-xtools/runlex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runlex.sh b/tools/runlex.sh
index 9f075f397c..266b07fd7e 100755
--- a/tools/runlex.sh
+++ b/tools/runlex.sh
@@ -98,7 +98,7 @@ then
#
exitstatus=$?
echo "${LEX} failed: exit status $exitstatus"
- exit $?
+ exit $exitstatus
fi
#