зеркало из https://github.com/microsoft/shelljs.git
Merge pull request #99 from maxnordlund/patch-1
Fixed coffeescript syntax in top example
This commit is contained in:
Коммит
3fef9673c1
|
@ -83,7 +83,7 @@ cd 'lib'
|
|||
for file in ls '*.js'
|
||||
sed '-i', 'BUILD_VERSION', 'v0.1.2', file
|
||||
sed '-i', /.*REMOVE_THIS_LINE.*\n/, '', file
|
||||
sed '-i', /.*REPLACE_LINE_WITH_MACRO.*\n/, cat 'macro.js', file
|
||||
sed '-i', /.*REPLACE_LINE_WITH_MACRO.*\n/, cat('macro.js'), file
|
||||
cd '..'
|
||||
|
||||
# Run external tool synchronously
|
||||
|
|
Загрузка…
Ссылка в новой задаче