Fix bend_symlinks script for empty space
3 unresolved threads
3 unresolved threads
Please see my annotations.
fixes #125 (closed)
Edited by Timm Fitschen
Merge request reports
Activity
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 | @henrik's changes
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") 135 139 _testFullPathWithStrageChars "{" 136 140 _testFullPathWithStrageChars "]" 137 141 _testFullPathWithStrageChars "[.]" 142 _testFullPathWithStrageChars " " @henrik put more nasty characters here, if you like
requested review from @henrik
assigned to @timm
mentioned in commit c0b97889
Please register or sign in to reply