#! /bin/sh
# $Id: cpio-extract,v 1.1 1999/01/24 07:24:19 friedman Exp $

# For the moment, I want an error if I don't use gnu cpio.

#if cpio --version < /dev/null > /dev/null 2>&1 ; then
  exec cpio -dimv --no-absolute-filenames ${1+"$@"}
#else
#  exec cpio -dimv ${1+"$@"}
#fi