Differences From Artifact [2e9f54d33a]:
- Executable file appfs-mkfs — part of check-in [091c38b14e] at 2014-11-17 21:18:41 on branch trunk — Corrected typo (user: rkeene, size: 5007) [annotate] [blame] [check-ins using]
To Artifact [5f425f1329]:
- Executable file appfs-mkfs — part of check-in [b816922ddf] at 2014-11-17 21:25:02 on branch trunk — Updated to try harder to set PATH (user: rkeene, size: 5022) [annotate] [blame] [check-ins using]
1 2 | #! /usr/bin/env bash | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env bash PATH="${PATH}:$(cd "$(dirname "$(which "$0")")" && pwd)" if [ "$1" == '--cpio' ]; then shift mode='file' pkgfile="$1" |
︙ | ︙ |