diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-08 20:17:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-08 20:17:37 +0200 |
commit | f825a4ed3262f37511bd2161372cb97b5b1a2808 (patch) | |
tree | 42f0c1b647ebff481c5abc6c86cef199e318313a /bin/guiscripts | |
parent | 1da48110238d7fb4e42c7d8cd605f54c770048a4 (diff) |
fixed typo error
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/favwal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/favwal b/bin/guiscripts/favwal index 94ee709..4be5c9c 100755 --- a/bin/guiscripts/favwal +++ b/bin/guiscripts/favwal @@ -2,7 +2,7 @@ pics="$(xdg-user-dir PICTURES)" mkdir -p "${pics:=$HOME/pics}/favorites" wal="$(realpath "$pics/wallpaper")" -diff "$wal" "$pics/favorites/$(realpath "$wal" | xargs basename)" && +diff "$wal" "$pics/favorites/$(realpath "$wal" | xargs basename)" > /dev/null 2>&1 && exit cp "$wal" "$pics/favorites" echo "$wal" |