mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Merge pull request #36 from roothybrid7/feature/alt-with-spaces
This commit is contained in:
commit
39e5548347
1
yadm
1
yadm
@ -122,6 +122,7 @@ function alt() {
|
|||||||
#; loop over all "tracked" files
|
#; loop over all "tracked" files
|
||||||
#; for every file which matches the above regex, create a symlink
|
#; for every file which matches the above regex, create a symlink
|
||||||
last_linked=''
|
last_linked=''
|
||||||
|
local IFS=$'\n'
|
||||||
for tracked_file in $(git ls-files | sort); do
|
for tracked_file in $(git ls-files | sort); do
|
||||||
tracked_file="$YADM_WORK/$tracked_file"
|
tracked_file="$YADM_WORK/$tracked_file"
|
||||||
#; process both the path, and it's parent directory
|
#; process both the path, and it's parent directory
|
||||||
|
Loading…
Reference in New Issue
Block a user