aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/grimshot
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/grimshot')
-rwxr-xr-xcontrib/grimshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grimshot b/contrib/grimshot
index 8fc8741b..4ee8d902 100755
--- a/contrib/grimshot
+++ b/contrib/grimshot
@@ -14,7 +14,7 @@
14 14
15getTargetDirectory() { 15getTargetDirectory() {
16 test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && \ 16 test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && \
17 source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs 17 . ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
18 18
19 echo ${XDG_SCREENSHOTS_DIR:-${XDG_PICTURES_DIR:-$HOME}} 19 echo ${XDG_SCREENSHOTS_DIR:-${XDG_PICTURES_DIR:-$HOME}}
20} 20}