summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_illumos_gate2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate
index 0b722b7..3b09921 100755
--- a/dh_illumos_gate
+++ b/dh_illumos_gate
@@ -201,7 +201,7 @@ to F<illumos-gate/bldenv.sh>.
=cut
my $bldenv_sh = 'illumos-gate/usr/src/tools/scripts/bldenv.sh';
-if (! -f $illumos_sh) {
+if (! -f $bldenv_sh) {
error("Could not find `$bldenv_sh'. Is it accidently excluded via -X option?");
}
doit('cp', '-f', $bldenv_sh, 'illumos-gate/bldenv.sh');