Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
7ed2435f
Commit
7ed2435f
authored
May 30, 2012
by
Mike Perry
Browse files
Alter makexpi.sh version extraction.
parent
b299743d
Changes
1
Hide whitespace changes
Inline
Side-by-side
makexpi.sh
View file @
7ed2435f
#!/bin/bash
APP_NAME
=
torbutton
VERSION
=
`
grep
em:version src/install.rdf |
sed
-e
's/[
<>
]/
/g'
|
cut
-f
3
`
VERSION
=
`
grep
em:version src/install.rdf |
sed
-e
's/[
"
]//g'
|
cut
-f
2
-d
=
`
XPI_NAME
=
$APP_NAME
-
$VERSION
.xpi
if
[
-e
"pkg/
$XPI_NAME
"
]
;
then
...
...
Write
Preview
Supports
Markdown
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