Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Johan Ouwerkerk
kdesrc-build
Commits
5a460867
Commit
5a460867
authored
Jul 22, 2005
by
Michael Pyne
Browse files
SVN_SILENT Beautify configure pretend output quotes.
svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=437459
parent
71cf5e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
kdesvn-build
View file @
5a460867
...
...
@@ -2608,7 +2608,7 @@ sub safe_configure
if
(
pretending
)
{
print
clr
"
\t
Would have run g[
",
join
("
' '
",
@commands
),
clr
"
]
\n
";
print
clr
"
\t
Would have run g[
'
",
join
("
' '
",
@commands
),
clr
"
'
]
\n
";
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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