Skip to main content
6 events
when toggle format what by license comment
May 28, 2016 at 22:01 vote accept CommunityBot moved from User.Id=56041 by developer User.Id=5973
May 5, 2019 at 4:27
May 28, 2016 at 15:36 history edited user56041 CC BY-SA 3.0
Added additional information.
May 28, 2016 at 15:35 comment added user56041 @steeldriver - My bad; no, the path does not include spaces. I shortened it to make it easier to read and avoid horizontal scrolling. I'll update the question.
May 28, 2016 at 15:26 comment added steeldriver Does <full path> include spaces? if so, the PROJ_FILES=($(find $PWD -name "*.vcproj")) construction will split them I think: you might want to try something like mapfile -t PROJ_FILES < <(find $PWD -name '*.vcproj') instead
May 28, 2016 at 15:21 answer added Mikael Kjær timeline score: 3
May 28, 2016 at 15:12 history asked user56041 CC BY-SA 3.0