Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pts-base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
misc
pts-base
Commits
2b43e2d6
Commit
2b43e2d6
authored
13 years ago
by
Samuel Iglesias Gonsalvez
Browse files
Options
Downloads
Patches
Plain Diff
tps: fix mistakes in tps.sh
parent
2b8d97f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tps.sh
+2
-2
2 additions, 2 deletions
tps.sh
with
2 additions
and
2 deletions
tps.sh
+
2
−
2
View file @
2b43e2d6
...
...
@@ -8,9 +8,9 @@ if [ x$1 = x"" ]; then
read
serial
fi
extra_serial
=
$
1
extra_serial
=
$
2
if
[
x
$2
=
x
""
]
;
then
echo
-n
"Please, input extra SERIAL number
[optional]
: "
echo
-n
"Please, input extra SERIAL number: "
read
extra_serial
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment