Differences From Artifact [ce86fe818d]:
- Executable file appfs-mk — part of check-in [cd7064a3fe] at 2014-09-09 08:12:02 on branch trunk — Corrected site index generation (user: rkeene, size: 2779) [annotate] [blame] [check-ins using]
- Executable file appfs-mkfs — part of check-in [475a868eae] at 2014-09-10 07:42:30 on branch trunk — Renamed index generator to "mkfs" (user: rkeene, size: 2779) [annotate] [blame] [check-ins using]
To Artifact [994caae026]:
- Executable file appfs-mkfs — part of check-in [17bbfdc417] at 2014-09-16 18:21:48 on branch trunk — Removed blank line (user: rkeene, size: 2778) [annotate] [blame] [check-ins using]
︙ | |||
96 97 98 99 100 101 102 | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | - | for os_cpuArch in *; do os="$(echo "${os_cpuArch}" | cut -f 1 -d '-')" cpuArch="$(echo "${os_cpuArch}" | cut -f 2- -d '-')" ( cd "${os_cpuArch}" || exit 1 |
︙ |