We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d98eea commit f9e7a59Copy full SHA for f9e7a59
build_scripts/desktop/package.sh
@@ -199,7 +199,7 @@ readonly rename_string=f_b_
199
200
readonly demangle_cmds=${tools_path}/c++filt,${tools_path}/demumble
201
readonly binutils_objcopy=${tools_path}/objcopy
202
-if [[ -x ${tools_path}/nm-new ]] ;; then
+if [[ -x ${tools_path}/nm-new ]] ; then
203
readonly binutils_nm=${tools_path}/nm-new
204
else
205
readonly binutils_nm=${tools_path}/nm
0 commit comments