projects
/
platform
/
upstream
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebc45a
)
- correct unwanted change that broke the BUILD_IS_RUNNING test
author
Michael Schroeder
<mls@suse.de>
Tue, 26 Jun 2012 11:21:31 +0000
(13:21 +0200)
committer
Michael Schroeder
<mls@suse.de>
Tue, 26 Jun 2012 11:21:31 +0000
(13:21 +0200)
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index
8d7af82
..
118a61b
100755
(executable)
--- a/
init_buildsystem
+++ b/
init_buildsystem
@@
-894,7
+894,7
@@
if test -n "$PREPARE_VM" ; then
echo "PACKAGES_TO_PREINSTALL='${PACKAGES_TO_PREINSTALL//"'"/$Q}'" >> $BUILD_ROOT/.build/init_buildsystem.data
echo "PACKAGES_TO_CBPREINSTALL='${PACKAGES_TO_CBPREINSTALL//"'"/$Q}'" >> $BUILD_ROOT/.build/init_buildsystem.data
echo "PSUF='$PSUF'" >> $BUILD_ROOT/.build/init_buildsystem.data
- rm -f $BUILD_IS_RUNNIN
]
G
+ rm -f $BUILD_IS_RUNNING
cleanup_and_exit 0
fi