mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-27 07:30:35 +00:00
Fixed typo in mlvwm-screenshot script, causing it to fail to execute if passed parameters. Issue #3
This commit is contained in:
parent
020215b765
commit
7a528f1bb5
@ -10,4 +10,4 @@
|
||||
|
||||
SCREENSHOT_DIR=${SCREENSHOT_DIR:-$HOME/Pictures}
|
||||
|
||||
maim "$@""${SCREENSHOT_DIR}/screenshot-$(date +%Y%m%d-%H%M%S).png"
|
||||
maim "$@" "${SCREENSHOT_DIR}/screenshot-$(date +%Y%m%d-%H%M%S).png"
|
||||
|
Loading…
Reference in New Issue
Block a user