pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-13
2001-12-13 15:51:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
57b1af7102d687035ca438f8dc3e89ee8375896e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in handle_import().
Rev: lib/master.pike.in:1.181
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
180
2001/12/13
11
:
05
:
56
mast
Exp $
+
* $Id: master.pike.in,v 1.
181
2001/12/13
15
:
51
:
35
grubba
Exp $
* * Master-file for Pike. *
1164:
tmp=EXPLODE_PATH(current_file); tmp[-1]=what; path=combine_path_with_cwd( tmp*"/");
+
} else {
+
path = combine_path_with_cwd(what);
} if (handler) { return dirnode(path, handler);