commit 7b2af1f2c1cc0eeaea5f7d4ac7d783fd3936fcc0 parent 6e9b338d5264a0c87899fd09ddc4a095433da514 Author: Natasha Kerensikova <natgh@instinctive.eu> Date: Sun, 20 Oct 2024 09:25:10 +0000 Paths considered sneaky are checked in copy and move commands Diffstat:
M | src/pashage.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/pashage.sh b/src/pashage.sh @@ -1052,6 +1052,8 @@ cmd_copy_move() { fi unset PARSE_ERROR + check_sneaky_paths "$@" + if [ $# -gt 2 ]; then DEST="$1" shift