Browse Source

Update for shellfu v0.9.*

Alois Mahdal 8 years ago
parent
commit
463f585235
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      bin/mkexec
  2. 1
    1
      bin/ssl_fp

+ 1
- 1
bin/mkexec View File

@@ -68,7 +68,7 @@ my $templates = {
68 68
                    . "FFOO_DEBUG=true",
69 69
         'shellfu'  => "\n. \"\$(shellfu-get path)\" || exit 3\n\n"
70 70
                    . "shellfu import pretty\n\n"
71
-                   . "SHELLFU_DEBUG=\${SHELLFU_DEBUG:-true}\n\n"
71
+                   . "PRETTY_DEBUG=\${PRETTY_DEBUG:-true}\n\n"
72 72
                    . "usage() {\n"
73 73
                    . "    mkusage \"arg...\"\n"
74 74
                    . "}\n\n"

+ 1
- 1
bin/ssl_fp View File

@@ -47,7 +47,7 @@ main() {
47 47
     #shellcheck disable=SC2034
48 48
     while true; do case "$1" in
49 49
         *:*) Conn="$1";             shift ;;
50
-        -d)  SHELLFU_DEBUG=true;    shift ;;
50
+        -d)  PRETTY_DEBUG=true;    shift ;;
51 51
         "")                         break ;;
52 52
         *)                          usage ;;
53 53
     esac done