Skip to content

Commit 96cf186

Browse files
committed
Fixing additional missing double quotes
1 parent 3e5c40f commit 96cf186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/mangle-hw-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
usage()
55
{
6-
progname="$(basename $0)"
6+
progname="$(basename "$0")"
77
cat << __EOM__
88
${progname} - Replace system paths encoded into shared libraries
99

0 commit comments

Comments
 (0)