From 8f30b94c9789ea1219de6492f13efd5ab3c20d44 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 17 Dec 2016 18:17:14 -0800 Subject: [PATCH] Remove stray escape. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a0ea35c..cdfd420 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ function add_bin_symlink { # Custom version of pwndbg's installer function install_pwndbg { - if \! which gdb > /dev/null 2>&1 ; then + if ! which gdb > /dev/null 2>&1 ; then return 1 fi install_git https://github.com/pwndbg/pwndbg.git $HOME/.pwndbg