summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmailimport2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailimport b/mailimport
index ee8b0ac0c..554ed7eed 100755
--- a/mailimport
+++ b/mailimport
@@ -36,7 +36,7 @@ apply_patch () {
pdir=linux
echo patch -s -t -p1 --dry-run -l -N -d $pdir -i $next
- patch -s -t -p1 --dry-run -l -N -d $pdif -i $next
+ patch -s -t -p1 --dry-run -l -N -d $pdir -i $next
if [ "$?" != "0" ]; then
pdir=.
echo patch -s -t -p1 --dry-run -l -N -d $pdir -i $next