mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
dsv (list): use "ls -b" to avoid confusing "column" with 8 bit characters
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user