. lib/constants_borg # PATH_BORG_CONF
. lib/get_passphrase
. lib/path_tmp_timestamped
-cd -
+cd - > /dev/null
BIN_NAME="$(basename $0)"
}
# exits
-_PREFIX_ABORTING='Aborting due to '
-
error_exit() {
- echo "${_PREFIX_ABORTING}$1"
+ echo "Aborting due to $1"
exit 1
}
error_exit_with_usage() {
- error_exit "${_PREFIX_ABORTING}$1\n$(_print_usage)"
+ error_exit "${1}\n\n$(_print_usage)"
}
# commands
echo "Copying ${_FILENAME} to ${_PATH_TARGET} …"
cp "${_FILENAME}" "${_PATH_TARGET}"
done
- cd -
+ cd - > /dev/null
}
HELP_ARGS_claim=' PATH'