fix: print correct patch filename in 'failed to apply' error
This commit is contained in:
parent
0ca9d1c380
commit
8efb7c51b1
1 changed files with 1 additions and 1 deletions
2
apatch
2
apatch
|
@ -94,7 +94,7 @@ fi
|
|||
rm "$target.porig" # left by wiggle
|
||||
done
|
||||
else
|
||||
warning "$patch failed to apply"
|
||||
warning "$1 failed to apply"
|
||||
fi
|
||||
}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue