diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-25 22:53:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-25 22:53:07 +0000 |
commit | 5fed6029d3b046ab330b8460fbb36bdf088a2327 (patch) | |
tree | a4729e23a0c9ecc1e1bcf479a10c04bdd3d8515f /openssl/trunk/tools | |
parent | 80ebab3fed1ec46e6b6e832c1a6ffd044f3aaa17 (diff) |
Result of running ./Configure (why is there no Makefile.in?)
svn path=/openssl/trunk/Makefile; revision=74
Diffstat (limited to 'openssl/trunk/tools')
-rw-r--r-- | openssl/trunk/tools/c_rehash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/trunk/tools/c_rehash b/openssl/trunk/tools/c_rehash index e614fb54..3198bcb4 100644 --- a/openssl/trunk/tools/c_rehash +++ b/openssl/trunk/tools/c_rehash @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl5 # Perl c_rehash script, scan all files in a directory |