diff options
Diffstat (limited to '')
-rwxr-xr-x | fix_nt_symbol_path.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |