pike.git/
NT/
tools/
lib
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-17
1998-01-17 01:00:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
34f8f07504a8747f2c491ae881fb3d2ad5da3487 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
should now work with mountpoints other than /
Rev: NT/init_nt:1.5
Rev: NT/tools/lib:1.8
6:
fi fixpath() {
-
echo "$*" | sed -e "
s@$NTMOUNT@@g" -e "s@
/@\\\\@g"
+
echo "$*" | sed -e "
${MNTREPLACE}s@
/@\\\\@g"
} fixabspath() {