From a0dee74ad79b7c008bcd956134d370aef39c489d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=28Kusalananda=29=20K=C3=A4h=C3=A4ri?= Date: Thu, 19 Jul 2018 12:14:36 +0200 Subject: [PATCH] regen --- configure | 20 ++++++++++---------- doc/shell.man | 1 + doc/shell.md | 1 + doc/shell.txt | 3 ++- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 017ff32..007ca1f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69.195-487d6 for shell-toolbox post-20180422. +# Generated by GNU Autoconf 2.69.195-487d6 for shell-toolbox 20180719. # # Report bugs to . # @@ -565,8 +565,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='shell-toolbox' PACKAGE_TARNAME='shell-toolbox' -PACKAGE_VERSION='post-20180422' -PACKAGE_STRING='shell-toolbox post-20180422' +PACKAGE_VERSION='20180719' +PACKAGE_STRING='shell-toolbox 20180719' PACKAGE_BUGREPORT='https://github.com/kusalananda/shell-toolbox/issues' PACKAGE_URL='' @@ -1207,7 +1207,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures shell-toolbox post-20180422 to adapt to many kinds of systems. +\`configure' configures shell-toolbox 20180719 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1274,7 +1274,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of shell-toolbox post-20180422:";; + short | recursive ) echo "Configuration of shell-toolbox 20180719:";; esac cat <<\_ACEOF @@ -1351,7 +1351,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -shell-toolbox configure post-20180422 +shell-toolbox configure 20180719 generated by GNU Autoconf 2.69.195-487d6 Copyright (C) 2017 Free Software Foundation, Inc. @@ -1388,7 +1388,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by shell-toolbox $as_me post-20180422, which was +It was created by shell-toolbox $as_me 20180719, which was generated by GNU Autoconf 2.69.195-487d6. Invocation command line was $ $0$ac_configure_args_raw @@ -2276,7 +2276,7 @@ fi # Define the identity of the package. PACKAGE='shell-toolbox' - VERSION='post-20180422' + VERSION='20180719' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3133,7 +3133,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by shell-toolbox $as_me post-20180422, which was +This file was extended by shell-toolbox $as_me 20180719, which was generated by GNU Autoconf 2.69.195-487d6. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3188,7 +3188,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -shell-toolbox config.status post-20180422 +shell-toolbox config.status 20180719 configured by $0, generated by GNU Autoconf 2.69.195-487d6, with options \\"\$ac_cs_config\\" diff --git a/doc/shell.man b/doc/shell.man index 840e816..f649762 100644 --- a/doc/shell.man +++ b/doc/shell.man @@ -83,6 +83,7 @@ option. \fB\-f\fR Force the execution of the given command, even if it is not a valid login shell on the current system. +The command needs to be specified with an absolute path. .TP 8n \fB\-k\fR Keep the temporary directory around after terminating the shell session. diff --git a/doc/shell.md b/doc/shell.md index 6dcde5e..1bef967 100644 --- a/doc/shell.md +++ b/doc/shell.md @@ -80,6 +80,7 @@ The options are as follows: > Force the execution of the given command, even if it is not a valid > login shell on the current system. +> The command needs to be specified with an absolute path. **-k** diff --git a/doc/shell.txt b/doc/shell.txt index dc09483..fd31125 100644 --- a/doc/shell.txt +++ b/doc/shell.txt @@ -41,7 +41,8 @@ DESCRIPTION conflicts with the -s option. -f Force the execution of the given command, even if it is not a - valid login shell on the current system. + valid login shell on the current system. The command needs to be + specified with an absolute path. -k Keep the temporary directory around after terminating the shell session.