Skip to content

Commit

Permalink
Merge pull request #26 from spaceone/patch-1
Browse files Browse the repository at this point in the history
Fix "run-gdb-heap: line 6: PWD: command not found"
  • Loading branch information
rogerhu authored Nov 29, 2019
2 parents f3dcc53 + 996014b commit b0a6efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-gdb-heap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the working copy of gdb-heap
# Typical usage:
# ./run-gdb-heap python
PYTHONPATH=$(PWD) \
PYTHONPATH="$(pwd)" \
gdb \
--eval-command="python import gdbheap" \
--args $*
--args $*

0 comments on commit b0a6efc

Please sign in to comment.