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

+ 1
- 1
bin/ssl_fp View File

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