Merge pull request #36 from roothybrid7/feature/alt-with-spaces

pull/57/head
Tim Byrne 6 years ago
commit 39e5548347
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
  1. 1
      yadm

@ -122,6 +122,7 @@ function alt() {
#; loop over all "tracked" files
#; for every file which matches the above regex, create a symlink
last_linked=''
local IFS=$'\n'
for tracked_file in $(git ls-files | sort); do
tracked_file="$YADM_WORK/$tracked_file"
#; process both the path, and it's parent directory

Loading…
Cancel
Save