Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4e422766
Commit
4e422766
authored
Dec 14, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use '=' instead of '==' in /bin/sh scripts to avoid portability
problems.
parent
1493433e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
findfunc
tools/findfunc
+1
-1
font_convert.sh
tools/font_convert.sh
+1
-1
No files found.
tools/findfunc
View file @
4e422766
#!/bin/sh
name
=
"
$1
"
if
[
"
$name
"
=
=
""
]
;
then
if
[
"
$name
"
=
""
]
;
then
echo
-n
'Function: '
read
name
;
fi
...
...
tools/font_convert.sh
View file @
4e422766
...
...
@@ -109,7 +109,7 @@ for i in "${FONTS[@]}"; do
done
;
for
i
in
*
.bdf
;
do
if
[
"
$i
"
=
=
"*.bdf"
]
;
then
if
[
"
$i
"
=
"*.bdf"
]
;
then
echo
"No fonts extracted"
;
rm
-rf
"
$TMPDIR
"
;
exit
0
;
fi
;
bdftopcf
"
$i
"
|
gzip
-c
>
${
i
%.???
}
.pcf.gz
;
...
...
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