View | Details | Raw Unified | Return to bug 26487
Collapse All | Expand All

(-)a/tools/mki-scripts (-1 / +1 lines)
Lines 49-55 export WORKDIR=/.image Link Here
49
/.host/script.sh
49
/.host/script.sh
50
EOF
50
EOF
51
51
52
find "$scriptdir" -mindepth 1 -maxdepth 1 -type f |
52
find "$scriptdir"/ -mindepth 1 -maxdepth 1 -type f |
53
	sort -n |
53
	sort -n |
54
while read script; do
54
while read script; do
55
	[ -x "$script" ] || continue
55
	[ -x "$script" ] || continue

Return to bug 26487