diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 13:49:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 13:49:10 +0000 |
commit | 51c200b9bfd9390bb2d31359ac0dc3bc16871433 (patch) | |
tree | 8429ba07ae37d42ba4674611466c48617952dc0f /package/openssl/patches/170-bash_path.patch | |
parent | ef437f5e67adbe2ac2d7cb17dd38f12d9ed4be52 (diff) | |
download | upstream-51c200b9bfd9390bb2d31359ac0dc3bc16871433.tar.gz upstream-51c200b9bfd9390bb2d31359ac0dc3bc16871433.tar.bz2 upstream-51c200b9bfd9390bb2d31359ac0dc3bc16871433.zip |
cleanup
SVN-Revision: 11786
Diffstat (limited to 'package/openssl/patches/170-bash_path.patch')
-rw-r--r-- | package/openssl/patches/170-bash_path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/patches/170-bash_path.patch b/package/openssl/patches/170-bash_path.patch index 45b6269cac..accde6c527 100644 --- a/package/openssl/patches/170-bash_path.patch +++ b/package/openssl/patches/170-bash_path.patch @@ -3,7 +3,7 @@ Index: openssl-0.9.8e/util/domd --- openssl-0.9.8e.orig/util/domd 2007-06-04 13:23:32.408807008 +0200 +++ openssl-0.9.8e/util/domd 2007-06-04 13:23:33.442649840 +0200 @@ -1,4 +1,4 @@ --#!/bin/bash +-#!/bin/sh +#!/usr/bin/env bash # Do a makedepend, only leave out the standard headers # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 |