summaryrefslogtreecommitdiff
path: root/run-ws
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-10-11 17:43:08 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-10-11 17:43:08 +0200
commitdf6e1a8b078117de72f226b9380c695e3ff80518 (patch)
tree2dd4e96bc6067e74bd4a9d08351aab79375811e7 /run-ws
parentba36cb17a8b4a4ada245b6c1f707b33f125a2eae (diff)
downloadwireshark-notes-df6e1a8b078117de72f226b9380c695e3ff80518.tar.gz
run-ws: fix ASAN_OPTIONS
Diffstat (limited to 'run-ws')
-rwxr-xr-xrun-ws2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-ws b/run-ws
index 5e09541..d622663 100755
--- a/run-ws
+++ b/run-ws
@@ -57,7 +57,7 @@ if [ -z "$ASAN_OPTIONS" ]; then
# Abort so it can be caught by gdb
ASAN_OPTIONS=abort_on_error=1
# Strip source path (assume /tmp/wireshark/)
- ASAN_OPTIONS+=strip_path_prefix=/tmp/wireshark/
+ ASAN_OPTIONS+=:strip_path_prefix=/tmp/wireshark/
export ASAN_OPTIONS
fi