blob: 21083a24ccec93c4e816c3f0c94bee2535bde386 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
--- formats/index_html.sh 2001/08/21 13:34:31 1.1
+++ formats/index_html.sh 2001/08/21 13:36:00
@@ -1,8 +1,8 @@
#!/bin/sh
-function make_targets_file
+make_targets_file()
{
- local file line line_nr error targets_file files
+ #local file line line_nr error targets_file files
targets_file="$1"
shift
|