blob: 67da20d7349872ce2bf2593d1d5b8a335d8f54c8 (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
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
+#!/usr/bin/env bash
 
 debug=false
 
  |