summaryrefslogtreecommitdiff
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
commitb676e2da2973ed785255992d395572c5764e874a (patch)
tree4035e084650a6ae569b7fe189b6d57db0f1b23c5
parentdd95d703dfa10ee2ae131cba471b67b5aadd65b4 (diff)
Goodbye to CWS_WORK_STAMP
-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 fdc23c6..f28a87d 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