add an abs2rel.pl helper script (returns a path relative to another)
[openwrt.git] / package / busybox / patches / 140-trylink_bash.patch
index 7d29171..67da20d 100644 (file)
@@ -1,9 +1,10 @@
-diff -ruN busybox-1.3.1-old/scripts/trylink busybox-1.3.1-new/scripts/trylink
---- busybox-1.3.1-old/scripts/trylink  2006-12-27 05:53:24.000000000 +0100
-+++ busybox-1.3.1-new/scripts/trylink  2007-01-01 21:01:08.000000000 +0100
+Index: busybox-1.4.2/scripts/trylink
+===================================================================
+--- busybox-1.4.2.orig/scripts/trylink 2007-06-04 13:21:32.367056128 +0200
++++ busybox-1.4.2/scripts/trylink      2007-06-04 13:21:33.052951856 +0200
 @@ -1,4 +1,4 @@
 -#!/bin/sh
-+#!/bin/bash
++#!/usr/bin/env bash
  
  debug=false
  
This page took 0.024895 seconds and 4 git commands to generate.