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

(-)install.sh (+10 lines)
Lines 39-42 Link Here
39
done
39
done
40
40
41
# the remaining arguments are assumed to be files/dirs only.
41
# the remaining arguments are assumed to be files/dirs only.
42
if [ $# -gt 2 ] ; then
43
	dir=$(echo $* | sed 's/.* //g')
44
else
45
	dir=$(echo $* | sed 's/.* \(.*\)\/.*/\1/g')
46
fi
47
48
if [ ! -d "$dir" ] ; then
49
	mkdir -p $dir
50
fi
51
42
exec install -p $*
52
exec install -p $*

Return to bug 38538