Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 30317)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 30336)
@@ -680,6 +680,4 @@
             foreach my $c (@$components) {
                 my $command = "$magicdstool -destreakedfile -magic_ds_id $magic_ds_id -component $c";
-                # XXX: get this from a config file
-                $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";
                 my $dsfile = runToolAndParseExpectOne($command, $verbose);
                 if (!$dsfile) {
@@ -692,4 +690,6 @@
                 if ($dsfile->{data_state} eq 'cleaned') {
                     $command = "$magicdstool -setfiletoupdate -magic_ds_id $magic_ds_id -component $c";
+		    # XXX: get the recoveryroot from a config file (it isn't actually used except to check whether it is in nebulous)
+                    $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";
                     $command .= " -set_label $rlabel" if $rlabel;
                     if (!$no_update) {
