···866866 # necessary when sources have been copied from other store
867867 # locations.
868868 if [ "${dontMakeSourcesWritable:-0}" != 1 ]; then
869869- chmod -R u+w "$sourceRoot"
869869+ chmod -R u+w -- "$sourceRoot"
870870 fi
871871872872 runHook postUnpack