diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:27 +0000 |
commit | 78d8fa13bb630408b49e7f3e1a2dfc0cd253f6f5 (patch) | |
tree | 4d0028f682878ccfc5c7e14c9d395f97d61f406c /scripts | |
parent | bf899e9421a363d801a516a19acf7df8a6ce783e (diff) |
# on 2006/08/12 14:13:18, sra did:
Put back SIA
svn path=/scripts/uri.pl; revision=212
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/uri.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uri.pl b/scripts/uri.pl index 4e391ded..9b11f079 100644 --- a/scripts/uri.pl +++ b/scripts/uri.pl @@ -28,5 +28,5 @@ while (@ARGV) { if ($c && $. == $c); } close(F); - print("$aia $cdp $file\n"); + print("$aia $sia $cdp $file\n"); } |