Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a087ab8a
Commit
a087ab8a
authored
Jun 27, 2001
by
Niels Möller
Browse files
* src/process_atoms (atom2define): Changed invocation of tr to be
compatible with the Solaris 8 tr. Rev: src/process_atoms:1.12
parent
55038d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process_atoms
View file @
a087ab8a
...
...
@@ -30,7 +30,7 @@ function getatom() {
}
function
atom2define
()
{
echo
-n
`
echo
ATOM_
$1
|
tr
--
-a-z
_
A-Z
\
echo
-n
`
echo
ATOM_
$1
|
tr
[
a-z]-
[
A-Z
]_
\
|
sed
-e
's/\*/STAR/'
-e
's/@.*$/_LOCAL/'
`
}
...
...
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