1 # Shell library containing functions and definitions common to amanda's
2 # shell scripts and wrappers.
4 # Include this file as follows:
6 # exec_prefix="@exec_prefix@"
7 # amlibexecdir="@amlibexecdir@"
8 # . "${amlibexecdir}/amanda-sh-lib.sh"
19 SAMBA_CLIENT="@SAMBA_CLIENT@"
26 # Set up PATH for finding amanda executables
28 PATH="@sbindir@:@amlibexecdir@:$PATH"
34 # echo `_ "%s: '%s' is not executable" "$myname" "$binpath"`
35 # NOTE: use a text editor with shell syntax hilighting to avoid
38 if test -n "$GETTEXT"; then
40 fmt=`$GETTEXT -d amanda "$1"`