Remove stray escape.

This commit is contained in:
David Tomaschik
2016-12-17 18:17:14 -08:00
parent db1c72a86f
commit 8f30b94c97

View File

@@ -75,7 +75,7 @@ function add_bin_symlink {
# Custom version of pwndbg's installer # Custom version of pwndbg's installer
function install_pwndbg { function install_pwndbg {
if \! which gdb > /dev/null 2>&1 ; then if ! which gdb > /dev/null 2>&1 ; then
return 1 return 1
fi fi
install_git https://github.com/pwndbg/pwndbg.git $HOME/.pwndbg install_git https://github.com/pwndbg/pwndbg.git $HOME/.pwndbg