Skip to content

Commit

Permalink
Add missing space (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli authored Apr 30, 2024
1 parent f2b3340 commit b2f5545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cp -n "$INSTALL_PATH"/example/* "$INSTALL_PATH"

# append gep to gdbinit
if ! grep -q '^[^#]*source.*/gdbinit-gep.py' ~/.gdbinit; then
printf '\nsource%s\n' "$GDBINIT_GEP_PY" >> ~/.gdbinit
printf '\nsource %s\n' "$GDBINIT_GEP_PY" >> ~/.gdbinit
fi

exit 0

0 comments on commit b2f5545

Please sign in to comment.