From df0941c58a8cd23c95868d762e50934a82ec40be Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Nov 2016 08:57:50 +0300 Subject: fix_nt_symbol_path.sh: interface update --- fix_nt_symbol_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix_nt_symbol_path.sh b/fix_nt_symbol_path.sh index b8ef3bd..ae06aa4 100755 --- a/fix_nt_symbol_path.sh +++ b/fix_nt_symbol_path.sh @@ -17,7 +17,7 @@ set -o errexit set -o nounset set -o pipefail -readonly script_argv0="${BASH_SOURCE[0]}" +readonly script_argv0="$( printf '%q' "${BASH_SOURCE[0]}" )" readonly script_dir="$( cd "$( dirname -- "$script_argv0" )" && pwd )" dump() { -- cgit v1.2.3