Skip to content
Snippets Groups Projects

Fix bend_symlinks script for empty space

Merged Timm Fitschen requested to merge f-bend-symlinks-with-ws into dev
3 unresolved threads

Please see my annotations.

fixes #125 (closed)

Edited by Timm Fitschen

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
66 66 REPLACEMENT=$(new_dir "$REPLACEMENT")
67 67 fi
68 68
69
69 70 set -o noglob
70 for syml in $(find -P $(realpath $FILE_SYSTEM_ROOT) -type l) ; do
71 find -P $(realpath $FILE_SYSTEM_ROOT) -type l -print0 |
  • Timm Fitschen added 1 commit

    added 1 commit

    • 933a79e3 - DOC: more precise code comments

    Compare with previous version

  • Timm Fitschen
  • 23 23
    24 24 _make_test_file () {
    25 25 touch "$DATA_DIR/$1"
    26 ln -s $(realpath "$DATA_DIR/$1") "$FILE_SYSTEM_ROOT/$1"
    27 assertEquals "initial target $1" $(realpath "$FILE_SYSTEM_ROOT/$1") $(realpath "$DATA_DIR/$1")
    26 TARGET=$(realpath "$DATA_DIR/$1")
  • Timm Fitschen
  • 135 139 _testFullPathWithStrageChars "{"
    136 140 _testFullPathWithStrageChars "]"
    137 141 _testFullPathWithStrageChars "[.]"
    142 _testFullPathWithStrageChars " "
  • Timm Fitschen added 1 commit

    added 1 commit

    Compare with previous version

  • Timm Fitschen changed the description

    changed the description

  • Timm Fitschen requested review from @henrik

    requested review from @henrik

  • assigned to @timm

  • mentioned in commit c0b97889

  • Please register or sign in to reply
    Loading