summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-01 15:42:26 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-01 15:42:26 +0300
commitad9c533e84643178c745354af7cae13433a69add (patch)
tree400a247a5abd9a406af5d00a90eba3b16ce12614 /postprocess
parentd34260c0bdd0cfd35346ebe22ace41518c5fb2bd (diff)
Goodbye to CWS_WORK_STAMP
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/checkdeliver/checkdeliver.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/postprocess/checkdeliver/checkdeliver.pl b/postprocess/checkdeliver/checkdeliver.pl
index de240f7de32e..e6a1e19eb7f3 100644
--- a/postprocess/checkdeliver/checkdeliver.pl
+++ b/postprocess/checkdeliver/checkdeliver.pl
@@ -196,8 +196,7 @@ sub check
my $canread = is_moduledirectory( $path );
if ( ! $canread ) {
# do not bother about non existing modules in local environment
- # or on childworkspaces
- if (( $local_env ) || ( $ENV{CWS_WORK_STAMP} )) {
+ if ( $local_env ) {
return $error;
}
# in a master build it is considered an error to have deliver leftovers