add username/password options to ipkg, note this only works if you have a real wget...
[openwrt.git] / package / busybox / patches / 140-trylink_bash.patch
1 Index: busybox-1.7.2/scripts/trylink
2 ===================================================================
3 --- busybox-1.7.2.orig/scripts/trylink  2007-10-30 15:35:00.000000000 -0500
4 +++ busybox-1.7.2/scripts/trylink       2007-10-30 15:35:00.000000000 -0500
5 @@ -1,4 +1,4 @@
6 -#!/bin/sh
7 +#!/usr/bin/env bash
8  
9  debug=false
10