From: lxoliva Date: Fri, 18 Jul 2008 12:16:42 +0000 (+0000) Subject: Match patch-* without dirname. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=f9bac03ec5f4a35c0e7d2e72d82e7cefa9c76d92;p=releases.git Match patch-* without dirname. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3960 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index eee0bccefa0..f12c7541818 100755 --- a/deblob-check +++ b/deblob-check @@ -1891,7 +1891,7 @@ check () { fi # Extract or otherwise munge... - case $input in + case /$input in *.tar*) cmd="tar -xf - --to-command='echo \";/*begin \$TAR_FILENAME*/;\"; cat; echo \";/**/;\"; echo \";/*end \$TAR_FILENAME*/;\"'" ;;