diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-24 02:09:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-24 10:17:11 +0300 |
commit | e4107472211697b152c0a2b0746974e1c00d7d1f (patch) | |
tree | 6789c41b22fcd6b6ec9d7d1dc437ae5cccb6adb6 /src | |
parent | Travis: test_symlinks_unlink_works (diff) | |
download | config-links-e4107472211697b152c0a2b0746974e1c00d7d1f.tar.gz config-links-e4107472211697b152c0a2b0746974e1c00d7d1f.zip |
fix Travis test test_symlinks_unlink_works
Diffstat (limited to 'src')
-rw-r--r-- | src/db.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ add_entry() { local shared_path="$shared_var_dir" [ "$shared_var_dir" != / ] && shared_path="$shared_path/" shared_path="$shared_path$subpath" + shared_path="$( traverse_path -- "$shared_path" )" + local symlink_path="$symlink_var_dir" [ "$symlink_var_dir" != / ] && symlink_path="$symlink_path/" symlink_path="$symlink_path$subpath" |