# HG changeset patch # User Ludovic Chabant # Date 1411852610 25200 # Node ID 3c05154a6b09e0e5b19ad3f2b620d20d79d283f5 # Parent cae2a1c22cfd846322e3fd6506d5ade0ed58b9e3 Fix UNIX updater script. diff -r cae2a1c22cfd -r 3c05154a6b09 plat/unix/update_tags.sh --- a/plat/unix/update_tags.sh Tue Sep 16 17:05:54 2014 -0700 +++ b/plat/unix/update_tags.sh Sat Sep 27 14:16:50 2014 -0700 @@ -25,7 +25,7 @@ } -while getopts "h?e:x:t:p:s:" opt; do +while getopts "h?e:x:t:p:s:o:" opt; do case $opt in h|\?) ShowUsage