Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
13f7b192
Commit
13f7b192
authored
Oct 20, 2009
by
Andreas Kusalananda Kähäri
Browse files
Properly qute strings and variables. Fix documentation.
parent
61e8df1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
misc-scripts/id_mapping/utils/myManager.ksh
misc-scripts/id_mapping/utils/myManager.ksh
+3
-3
No files found.
misc-scripts/id_mapping/utils/myManager.ksh
View file @
13f7b192
...
...
@@ -5,7 +5,8 @@ scriptname=$0
function
usage
{
cat
<<
EOT
Usage:
$scriptname
-h dbhost -P dbport -u dbuser -p dbpass -d dbname
${
scriptname
}
-h dbhost [-P dbport] -u dbuser -p dbpass -d dbname
EOT
}
...
...
@@ -15,7 +16,7 @@ if [[ ! -e ./manage_id_mapping_tables.pl ]]; then
exit
fi
dbport
=
3306
dbport
=
"
3306
"
while
getopts
'h:u:p:a:j:d:r:P:oci'
opt
;
do
case
${
opt
}
in
...
...
@@ -44,5 +45,4 @@ fi
-pass
${
dbpass
}
\
-dbname
${
dbname
}
# $Id$
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment