mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 00:35:05 +00:00
Bashim
This commit is contained in:
parent
c4a4cb8a25
commit
f2dab2d198
2
build.sh
2
build.sh
@ -35,7 +35,7 @@ fi
|
|||||||
# Build radare2
|
# Build radare2
|
||||||
if [ $BUILDR2 -eq 1 ]; then
|
if [ $BUILDR2 -eq 1 ]; then
|
||||||
answer="Y"
|
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
|
read answer
|
||||||
if [ -z "$answer" -o "$answer" = "Y" -o "$answer" = "y" ]; then
|
if [ -z "$answer" -o "$answer" = "Y" -o "$answer" = "y" ]; then
|
||||||
git submodule init && git submodule update
|
git submodule init && git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user