use user's shell instead of hardwired "/bin/sh" (android needs this)
[oweals/busybox.git] / archival / rpm2cpio.c
index 5bc50b88f293645a57d6561dd7cf46f606e5c886..ce8cd2c2cff5880cedb7a5c3311c1c0fd4a8dc52 100644 (file)
@@ -4,10 +4,10 @@
  *
  * Copyright (C) 2001 by Laurence Anderson
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 #include "libbb.h"
-#include "unarchive.h"
+#include "archive.h"
 #include "rpm.h"
 
 enum { rpm_fd = STDIN_FILENO };