diff options
author | EuAndreh <eu@euandre.org> | 2022-08-13 09:28:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-13 09:28:26 -0300 |
commit | 49038f920dd077b10b11bed929b3d259ca3a773e (patch) | |
tree | 50d2899f363f633f54adb5014202f2deacc137f6 /etc/sh/cronjob.sh | |
parent | bin/e: Avoid infinite recursion by checking if $EDITOR is already "e" (diff) | |
download | dotfiles-49038f920dd077b10b11bed929b3d259ca3a773e.tar.gz dotfiles-49038f920dd077b10b11bed929b3d259ca3a773e.tar.xz |
etc/sh/cronjob.sh: Satisfy ShellCheck
Diffstat (limited to 'etc/sh/cronjob.sh')
-rwxr-xr-x | etc/sh/cronjob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/cronjob.sh b/etc/sh/cronjob.sh index 950430f..80b48b4 100755 --- a/etc/sh/cronjob.sh +++ b/etc/sh/cronjob.sh @@ -66,5 +66,5 @@ shift $((OPTIND - 1)) . ~/.usr/etc/sh/rc -CMD="$@" +CMD="$*" with-email -s "$CMD" -- "$@" 1>>"$XDG_LOG_HOME"/euandreh/mcron.log 2>&1 |