1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-04 12:52:57 +03:00

Compare commits

..

No commits in common. "94c848eab5ec628629dc1de05e86549b6f8206ea" and "c369f11638f59f9434132056b8be9f1a9603c418" have entirely different histories.

19 changed files with 2 additions and 2 deletions
binaries
aarch64
arm
mac64
mips32r1-lsb
mips32r1-msb
mips64r2-msb
ppc
x86
x86_64
common

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -39,7 +39,7 @@ edit_file()
# $1 - file name
local ed="$EDITOR"
[ -n "$ed" ] || {
for e in mcedit nano vim vi; do
for e in mcedit nano vi; do
exists "$e" && {
ed="$e"
break