mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-21 05:05:48 +00:00
Handle without-pull in sys/user and install-su
This commit is contained in:
parent
ef2965d3f8
commit
149f4b61de
@ -25,8 +25,9 @@ if [ "$1" != "--without-pull" ]; then
|
||||
echo "WARNING: Updating from remote repository"
|
||||
echo git pull
|
||||
fi
|
||||
fi # wat ?
|
||||
fi
|
||||
else
|
||||
export WITHOUT_PULL=1
|
||||
shift
|
||||
fi
|
||||
|
||||
|
@ -17,6 +17,7 @@ if [ "$1" != "--without-pull" ]; then
|
||||
fi
|
||||
fi
|
||||
else
|
||||
export WITHOUT_PULL=1
|
||||
shift
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user