Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/chroot.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 30  int chroot_main(int argc UNUSED_PARAM, c Line 30  int chroot_main(int argc UNUSED_PARAM, c
30   argv[1] = (char *) "-i";   argv[1] = (char *) "-i";
31   }   }
32    
33   BB_EXECVP(*argv, argv);   BB_EXECVP_or_die(argv);
  bb_perror_msg_and_die("can't execute '%s'", *argv);  
34  }  }

Legend:
Removed from v.1122  
changed lines
  Added in v.1123