Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ffa41c50
Commit
ffa41c50
authored
Apr 28, 2018
by
Carsten Rose
Browse files
setVersion.sh: fix missing comma.
parent
3106b977
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/ext_emconf.php
View file @
ffa41c50
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.4.3'
'version'
=>
'18.4.3'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
setVersion.sh
View file @
ffa41c50
...
...
@@ -25,7 +25,7 @@ function settingsCfg() {
function
extEmConf
()
{
FILE
=
"extension/ext_emconf.php"
sed
-i
-r
's/^\s*'
${
ST
}
'version'
${
ST
}
'\s*=>.+$/ '
${
ST
}
'version'
${
ST
}
' => '
${
ST
}${
VERSION
}${
ST
}
'/g'
${
FILE
}
sed
-i
-r
's/^\s*'
${
ST
}
'version'
${
ST
}
'\s*=>.+$/ '
${
ST
}
'version'
${
ST
}
' => '
${
ST
}${
VERSION
}${
ST
}
,
'/g'
${
FILE
}
}
function
versionFile
()
{
...
...
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