diff options
author | Ryan Bloom <rbb@apache.org> | 2000-05-04 19:56:41 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-05-04 19:56:41 +0000 |
commit | d06207a32eb461802b2cac052d9c6d3eab08227f (patch) | |
tree | 83a182bde254ecca7a49fd2c3c0e12ab0669e47f /support | |
parent | fcc4d8c6691504b61980fabfa883a3ea09a94de2 (diff) | |
download | httpd-d06207a32eb461802b2cac052d9c6d3eab08227f.tar.gz |
Back out an inadvertant change to apxs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/apxs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in index 9320b05168..eb3e2d184a 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl # ==================================================================== # The Apache Software License, Version 1.1 # |