From f2dab2d198ea06b2b3d567d4c54f6177d5f04f82 Mon Sep 17 00:00:00 2001 From: xarkes Date: Fri, 25 May 2018 14:12:20 +0200 Subject: [PATCH] Bashim --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e886b087..50e8ba53 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ fi # Build radare2 if [ $BUILDR2 -eq 1 ]; then answer="Y" - echo -n "A (new?) version of radare2 will be installed. Do you agree? [Y/n] " + printf "A (new?) version of radare2 will be installed. Do you agree? [Y/n] " read answer if [ -z "$answer" -o "$answer" = "Y" -o "$answer" = "y" ]; then git submodule init && git submodule update