From f9bac03ec5f4a35c0e7d2e72d82e7cefa9c76d92 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 18 Jul 2008 12:16:42 +0000 Subject: [PATCH] Match patch-* without dirname. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3960 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/;\"'" ;; -- 2.31.1