bearDropper icon indicating copy to clipboard operation
bearDropper copied to clipboard

Explicitly specify busybox date command

Open tievolu opened this issue 4 years ago • 0 comments

bearDropper.sh currently fails on line 104 when coreutils-date is installed, because the GNU date command does not support the -D option.

The solution is to explicitly specify the busybox date command instead of just date. I think the change is only required on line 104, but I would suggest changing all the places where date is used, for consistency.

tievolu avatar Sep 20 '21 15:09 tievolu