Skip to content

Commit f9e7a59

Browse files
committed
Fix bad semicolon.
1 parent 1d98eea commit f9e7a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/desktop/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ readonly rename_string=f_b_
199199

200200
readonly demangle_cmds=${tools_path}/c++filt,${tools_path}/demumble
201201
readonly binutils_objcopy=${tools_path}/objcopy
202-
if [[ -x ${tools_path}/nm-new ]] ;; then
202+
if [[ -x ${tools_path}/nm-new ]] ; then
203203
readonly binutils_nm=${tools_path}/nm-new
204204
else
205205
readonly binutils_nm=${tools_path}/nm

0 commit comments

Comments
 (0)