changeset 12:e9d605753a8a

Removed useless option from Unix script.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 23 Jul 2014 17:04:47 -0700
parents 478638833c3b
children 16fe881b8d75
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	Wed Jul 23 17:04:34 2014 -0700
+++ b/plat/unix/update_tags.sh	Wed Jul 23 17:04:47 2014 -0700
@@ -22,7 +22,7 @@
 }
 
 
-while getopts "h?e:x:t:s:l:" opt; do
+while getopts "h?e:x:t:s:" opt; do
     case $opt in 
         h|\?)
             ShowUsage