diff options
Diffstat (limited to '')
-rwxr-xr-x | checks/run-gpg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/run-gpg b/checks/run-gpg index 518721a40..a9e0e31cc 100755 --- a/checks/run-gpg +++ b/checks/run-gpg @@ -10,6 +10,6 @@ else rm err.tmp.$$ exit 1 fi -fgrep -v -f run-gpg.patterns err.tmp.$$ +fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$ rm err.tmp.$$ |