diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-02 20:24:09 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-02 20:24:09 +0000 |
commit | bd17df9c406f91ae1a1f629590cd558410aca125 (patch) | |
tree | b1f1e695880067b52a2018256b9178e155a92d0a | |
parent | 5d98e03eb6aef4df3154f9df948403ebf29c2308 (diff) | |
download | dh-illumos-bd17df9c406f91ae1a1f629590cd558410aca125.tar.gz |
Typo
-rwxr-xr-x | dh_illumos_gate | 2 |
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'); |