Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/run_shell.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 86  void FAST_FUNC run_shell(const char *she Line 86  void FAST_FUNC run_shell(const char *she
86   freecon(current_sid);   freecon(current_sid);
87  #endif  #endif
88   execv(shell, (char **) args);   execv(shell, (char **) args);
89   bb_perror_msg_and_die("cannot run %s", shell);   bb_perror_msg_and_die("can't run %s", shell);
90  }  }

Legend:
Removed from v.983  
changed lines
  Added in v.984