mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
fix: invoke the rm command, bypassing custom rm functions which might block
Closes #12141
This commit is contained in:
committed by
Johannes Altmanninger
parent
717d301b7f
commit
3237efc582
@@ -54,7 +54,7 @@ complete -c scp -d "Remote Path" -f -n "commandline -ct | string match -e ':'" -
|
||||
set -g __fish_scp_sftp false
|
||||
end
|
||||
if set -q tmp[1]
|
||||
rm $tmp
|
||||
command rm $tmp
|
||||
end
|
||||
end
|
||||
if $__fish_scp_sftp
|
||||
|
||||
Reference in New Issue
Block a user