mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 18:51:53 +02:00
dsv (list): use "ls -b" to avoid confusing "column" with 8 bit characters
This commit is contained in:
parent
f207be6671
commit
4f655930a4
2
dsv/dsv
2
dsv/dsv
@ -130,7 +130,7 @@ list()
|
|||||||
{
|
{
|
||||||
while true; do
|
while true; do
|
||||||
if [ -d $DSV_DIR ]; then
|
if [ -d $DSV_DIR ]; then
|
||||||
ls -1 $DSV_DIR | sed 's/^dsv-//p;d' | sed 's|%2F|/|g;s/%25/%/g'
|
ls -b -1 $DSV_DIR | sed 's/^dsv-//p;d' | sed 's|%2F|/|g;s/%25/%/g'
|
||||||
fi
|
fi
|
||||||
up || break
|
up || break
|
||||||
done | sort | uniq | column
|
done | sort | uniq | column
|
||||||
|
Loading…
Reference in New Issue
Block a user