fix path to bash in openssl compile
[openwrt/openwrt.git] / package / openssl / patches / 170-bash_path.patch
1 --- openssl.old/util/domd Sun Oct 15 01:04:33 2006
2 +++ openssl.dev/util/domd Sun Oct 15 01:04:44 2006
3 @@ -1,4 +1,4 @@
4 -#!/bin/bash
5 +#!/usr/bin/env bash
6 # Do a makedepend, only leave out the standard headers
7 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
8