mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
win try1
This commit is contained in:
parent
582a13e96e
commit
979b9a7ba5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
|
|||
locfile=${line#*"$sep"}
|
||||
loc=${locfile%%"$sep"*}
|
||||
file=${locfile#*"$sep"}
|
||||
namefile="${namefile}\\"${name}\\":\\"${file}\\","
|
||||
namefile="${namefile}\\"${name}\\":\\"${file//\\/\\\\}\\","
|
||||
done <<< "$namelocfilestr"
|
||||
namefile="${namefile%?}}"
|
||||
echo $namefile
|
||||
|
|
Loading…
Add table
Reference in a new issue