]> xenbits.xensource.com Git - people/larsk/xen-release-scripts.git/commitdiff
Fixed bug introduced in commit 4fbecfbbe74474b756c03fd032b9d25ecfb4bd40
authorLars Kurth <lars.kurth@citrix.com>
Wed, 6 Sep 2017 13:33:59 +0000 (14:33 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Wed, 6 Sep 2017 13:33:59 +0000 (14:33 +0100)
make-webpage
match-xsa

index 8bece5a82ecc28d0b90e9e86a94ce79fc623ac2c..dbbad4102d4c816314c613cfae1d2f2ba7a2df85 100755 (executable)
@@ -34,7 +34,7 @@ if ($SINCE ne "none") {
    $rl .= " --since $SINCE";
 }
 if ($UNTIL ne "stable") {
-   $rl .= " --since $UNTIL";
+   $rl .= " --until $UNTIL";
 }
 system($rl);
 
index 8fb46ce1194c443e2cc7e0effeae82c7e9598030..a88a1d031a201fb7f563a810f75f398a292778cd 100755 (executable)
--- a/match-xsa
+++ b/match-xsa
@@ -43,7 +43,7 @@ if ($SINCE ne "none") {
     $rl .= " --since $SINCE";
 }
 if ($UNTIL ne "stable") {
-    $rl .= " --since $UNTIL";
+    $rl .= " --until $UNTIL";
 }
 system($rl);