Changeset 3365

Show
Ignore:
Timestamp:
07/31/07 20:51:46 (1 year ago)
Author:
ulmen
Message:

fix bashism in the busybox buildsystem again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/busybox/patches/950-unportability.patch

    r3320 r3365  
    2121        $(call cmd,gen_usage_compressed) 
    2222+endif 
     23--- busybox-1.4.2/scripts/trylink.orig  2007-07-31 20:46:00.000000000 +0200 
     24+++ busybox-1.4.2/scripts/trylink       2007-07-31 20:46:15.000000000 +0200 
     25@@ -2,7 +2,7 @@ 
     26  
     27 debug=false 
     28  
     29-function try { 
     30+try { 
     31     added="$1" 
     32     shift 
     33     $debug && echo "Trying: $* $added"