Searched refs:unshield (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dget_dvb_firmware79 unshield("$tmpdir/$cabfile", $tmpdir);
822 if (system("which unshield > /dev/null 2>&1")) {
823 die "This firmware requires the unshield command - see http://sourceforge.net/projects/synce/\n";
844 sub unshield { subroutine
847 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");

Completed in 105 milliseconds