Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
ec170d17
Commit
ec170d17
authored
Oct 02, 2000
by
Kurt Zeilenga
Browse files
Some translatros produce white space just before the ':' in dependencies.
Trim this.
parent
778b6652
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/mkdep
View file @
ec170d17
...
...
@@ -144,7 +144,7 @@ cat << _EOF_ >> $TMP
_EOF_
$MKDEP_CC
$MKDEP_CFLAGS
$files
|
\
sed
-e
's; \./; ;g'
|
\
sed
-e
's; \./; ;g'
-e
's/ :/:/'
|
\
$SED
>
$TMP
.sed
# do not pipe to awk. SGI awk wants a filename as argument.
# (or '-', but I do not know if all other awks support that.)
...
...
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