mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
make.sh: Remove setting the EDITOR variable which we don't use
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
12
make.sh
12
make.sh
@@ -81,18 +81,6 @@ else
|
||||
configure_build "default"
|
||||
fi
|
||||
|
||||
if [ -z $EDITOR ]; then
|
||||
for i in nano emacs vi; do
|
||||
EDITOR=$(which $i 2>/dev/null)
|
||||
if ! [ -z $EDITOR ]; then
|
||||
export EDITOR=$EDITOR
|
||||
break
|
||||
fi
|
||||
done
|
||||
[ -z $EDITOR ] && exiterror "You should have installed an editor."
|
||||
fi
|
||||
|
||||
|
||||
prepareenv() {
|
||||
############################################################################
|
||||
# #
|
||||
|
||||
Reference in New Issue
Block a user