summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-06-26 22:08:59 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-06-26 22:08:59 +0000
commit02e20196039401bd6ced1aad20a81e60be273f53 (patch)
tree5ff326905663433174197eb0d0d349cf3299fed5 /scripts
parent8983dd050e04aa16b1fd2783e667826cea9088fa (diff)
downloadquilt-02e20196039401bd6ced1aad20a81e60be273f53.tar.gz
- Jean Delvare:
+ Add a --version option that prints the program version. + patch_args: Fix comments parsing in series files.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index b1eaf5a..6caf2ca 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -107,6 +107,7 @@ patch_args()
if [ -e $SERIES ]
then
@AWK@ '
+ {sub(/(^|[ \t]+)#.*/, "") }
$1 == "'"$patch"'" \
{ if (NF >= 2)
for (i=2; i <= NF; i++)