diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 16:16:00 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 16:16:00 +0400 |
commit | 69539985bbde98fa8b3a1fb8efbfa53e8b63a604 (patch) | |
tree | c31dc5c920f164845c354bbf88c953433043dfc9 | |
parent | 725c400e223e8c07f290f77ef40bcc03774b5a91 (diff) |
shot: very small change
-rwxr-xr-x | scripts/shot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/shot b/scripts/shot index fd56dd8..a11498c 100755 --- a/scripts/shot +++ b/scripts/shot @@ -59,7 +59,6 @@ else fi fi - if [ ! -e "$(dirname "${outfile}")" ]; then mkdir -pv "$(dirname "${outfile}")" > /dev/null 2>&1 \ || err "${0}: Failed to create directory" |