changeset 29:3c05154a6b09

Fix UNIX updater script.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 27 Sep 2014 14:16:50 -0700
parents cae2a1c22cfd
children 217be2e61ed4 302b5e860fc3
files plat/unix/update_tags.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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