]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-sh-name.patch
580f7cc09689d71c04c8952f792741f6 busybox-sh-name.patch
[packages/busybox.git] / busybox-sh-name.patch
1 diff -Nur --exclude *~ busybox-0.51/busybox.c busybox-0.51.new/busybox.c
2 --- busybox-0.51/busybox.c      Tue Apr 10 00:48:11 2001
3 +++ busybox-0.51.new/busybox.c  Sat May 19 12:53:12 2001
4 @@ -97,7 +97,7 @@
5         /* Add in a special case hack -- whenever **argv == '-'
6          * (i.e. '-su' or '-sh') always invoke the shell */
7         if (**argv == '-' && *(*argv+1)!= '-') {
8 -               applet_name = "sh";
9 +               applet_name = "lash";
10         }
11  #endif
12  
This page took 0.061166 seconds and 4 git commands to generate.