summaryrefslogtreecommitdiffstats
path: root/quilt
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-11-04 15:53:15 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-11-04 15:53:15 +0000
commit477c8a0b21b5f546904574e630139736cdaf2951 (patch)
tree1fc7a384a3ae98a0ed854cad0e6dd538962caf3b /quilt
parent11006bdc9ed6c400cca019886f395febc9110b06 (diff)
downloadquilt-477c8a0b21b5f546904574e630139736cdaf2951.tar.gz
- Add failpop.test that checks if modified patches are recognized.
- Fix the check for modified patches: That broke with the .pc file removal.
Diffstat (limited to 'quilt')
-rw-r--r--quilt/refresh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/refresh.in b/quilt/refresh.in
index 84d9d18..a22fadb 100644
--- a/quilt/refresh.in
+++ b/quilt/refresh.in
@@ -193,7 +193,7 @@ then
die 1
fi
-touch .pc/$patch
+touch .pc/$patch/.timestamp
rm -f .pc/$patch~refresh
echo $"Refreshed patch $patch"