Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn authored and Cedric Halbronn committed Mar 26, 2019
1 parent 77ed3d6 commit 9ec5eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack_repack_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ enable_gdb()
else
log "Using recent ASA gdb patching method"
sed -i 's/#\(.*\)ttyUSB0\(.*\)/\1ttyS0\2/' asa/scripts/rcS
# Don't output anything on the tty, as this breaks some gdb versions
# Don't output anything on the tty, as this breaks gdb with some Linux kernel setups
sed -i 's/ttyS0::once:\/tmp\/run_cmd/tty0::once:\/tmp\/run_cmd/' etc/inittab
fi
fi
Expand Down

0 comments on commit 9ec5eac

Please sign in to comment.