Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
92769744
Commit
92769744
authored
Jan 27, 2001
by
Michael Sokolov
Committed by
Michael Sokolov
Jan 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ltconfig: Shell portability fix for the tagname validity check.
From-SVN: r39299
parent
65422ec5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
+4
-0
ltconfig
+4
-2
No files found.
ChangeLog
View file @
92769744
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* ltconfig: Shell portability fix for the tagname validity check.
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
...
...
ltconfig
View file @
92769744
...
@@ -422,8 +422,10 @@ fi
...
@@ -422,8 +422,10 @@ fi
if
test
-n
"
$tagname
"
;
then
if
test
-n
"
$tagname
"
;
then
# Check whether tagname contains only valid characters
# Check whether tagname contains only valid characters
case
"
$tagname
"
in
case
`
$echo
"X
$tagname
"
|
*
[!
-_A-Za-z0-9
,/]
*
)
$Xsed
-e
's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'
`
in
""
)
;;
*
)
echo
"
$progname
: invalid tag name:
$tagname
"
1>&2
echo
"
$progname
: invalid tag name:
$tagname
"
1>&2
exit
1
exit
1
;;
;;
...
...
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