Skip to content
Snippets Groups Projects
Commit 72a87758 authored by intrigeri's avatar intrigeri
Browse files

Remove spurious whitespace.

Fixup on commit 57190c20.
parent f3aa50f3
No related branches found
No related tags found
No related merge requests found
......@@ -253,12 +253,12 @@ function isnow() {
warning "The 'when' variable in the configuration file is malformed. You either didn't specify the day or the time. Please read the README for examples."
return 0
fi
if [ "$at" != "at" ]; then
warning "The 'when' option in the configuration doesn't contain an 'at'. Please read the README for examples."
return 0
fi
if [[ "$whentimeoriginal" != @([0-9][0-9])?(:[0-9][0-9]) ]]; then
warning "The time in the 'when' option in the configuration is malformed. Please read the README for examples."
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment