Browse Source

Also report BASH_VERSION

Alois Mahdal 7 years ago
parent
commit
daac2fb325
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/saturnin.sh.skel

+ 1
- 1
src/saturnin.sh.skel View File

366
         *)              break;                      ;;
366
         *)              break;                      ;;
367
     esac done
367
     esac done
368
     subcommand="$1"; shift
368
     subcommand="$1"; shift
369
-    PRETTY_DEBUG_EXCLUDE="" debug -v SATURNIN_APP_VERSION
369
+    PRETTY_DEBUG_EXCLUDE="" debug -v SATURNIN_APP_VERSION BASH_VERSION
370
     debug -v SATURNIN_CONF_PATH
370
     debug -v SATURNIN_CONF_PATH
371
     case "$subcommand" in
371
     case "$subcommand" in
372
         conf)    saturnin__conf "$@"                ;;
372
         conf)    saturnin__conf "$@"                ;;