Revision 9238
Added by Aaron Marcuse-Kubitza over 11 years ago
web/links/index.htm.run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
if self_not_included; then |
7 | 7 |
|
8 |
export linked_file="${BASH_SOURCE[0]%.run}" |
|
9 |
|
|
10 | 8 |
clean_up() |
11 | 9 |
{ |
12 | 10 |
echo_func |
13 |
command in_place "$linked_file" repl \
|
|
11 |
command in_place "$top_file" repl \
|
|
14 | 12 |
"$root_dir"/lib/Firefox_bookmarks.reformat.csv |
15 | 13 |
} |
16 | 14 |
|
Also available in: Unified diff
web/links/index.htm.run: use the runscript-common $top_file, which is equivalent to $linked_file