From df6e1a8b078117de72f226b9380c695e3ff80518 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 11 Oct 2015 17:43:08 +0200 Subject: run-ws: fix ASAN_OPTIONS --- run-ws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-ws') 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 -- cgit v1.2.1