X-Git-Url: https://jxself.org/git/?p=ssic.git;a=blobdiff_plain;f=bin%2Fssic;h=8e5695b0077f5dd8f2738699680f2049f5310a57;hp=34f350259b25a90dae25368857d0b445068ffdfe;hb=HEAD;hpb=317a3ffb411a2af70c33a8b61817d2da88029379 diff --git a/bin/ssic b/bin/ssic index 34f3502..8e5695b 100755 --- a/bin/ssic +++ b/bin/ssic @@ -81,9 +81,9 @@ sub help usage($fh); print("Options:\n"); - print(" -D = Set the variable to \n"); - print(" -I Set the document root to \n"); print(" -o Place the output into \n"); + print(" -I Set the document root to \n"); + print(" -D = Set the variable to \n"); print(" -h, --help Display this information\n"); print(" -V, --version Display compiler version information\n"); } @@ -130,6 +130,7 @@ sub init_compiler $CGI::SSI::DEBUG = 0; $ssi = CGI::SSI->new(); + $ssi->set("__SSIC__" => 1); $ssi->set("DOCUMENT_ROOT" => $root); while (($var_name, $var_value) = each(%{$vars})) {