Differences From Artifact [1fd261ccc1]:
- Executable file appfs-mk — part of check-in [99c9d35a89] at 2014-09-09 06:10:49 on branch trunk — Added executable bit (user: rkeene, size: 2797) [annotate] [blame] [check-ins using]
To Artifact [a0e025f3a4]:
- Executable file appfs-mk — part of check-in [95ec92e5d0] at 2014-09-09 07:51:38 on branch trunk — Fixed bug where blank extraData was added (user: rkeene, size: 2783) [annotate] [blame] [check-ins using]
︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + | mv "${filename_intree}.tmp" "${filename_intree}" fi ;; esac stat_data="$(stat --format="${stat_format}" "${filename}")" if [ -z "${extra_data}" ]; then |
︙ |