Long overdue MFC r285444:

Allow again periodic scripts to be run from command-line.

  PR:           188109
  Submitted by: Jason Unovitch
This commit is contained in:
jlh 2015-09-22 11:38:58 +00:00
parent 7536e15d90
commit 2b06f06f2d

View File

@ -365,8 +365,12 @@ if [ -z "${source_periodic_confs_defined}" ]; then
*) return 0 ;;
esac
;;
'')
# Script run manually.
return 0
;;
*)
echo "ASSERTION FAILED: Unexpected value for " \
echo "ASSERTION FAILED: Unexpected value for" \
"\$PERIODIC: '$PERIODIC'" >&2
exit 127
;;