mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 19:23:04 +00:00
Workaround for the debian sort(1) bug
This commit is contained in:
parent
070836b326
commit
66a372b427
@ -135,8 +135,7 @@ else
|
||||
fi
|
||||
|
||||
dosort () {
|
||||
|
||||
( for a in $1 ; do echo $a ; done ) | ${SORT}
|
||||
( for a in $1 ; do echo $a ; done ) | tr _ Z | ${SORT} | tr Z _
|
||||
#( for a in $1 ; do echo $a ; done ) | sort -t. --key=1,1d
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user