mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix file existence check in dedup_and_sort_listfile
This commit is contained in:
@@ -417,7 +417,7 @@ function ensure_cmds(){
|
||||
}
|
||||
|
||||
function dedup_and_sort_listfile(){
|
||||
if test -f "$1"; then
|
||||
if ! test -f "$1"; then
|
||||
echo "File not found: $1" >&2; return 2
|
||||
else
|
||||
temp="$(mktemp)"
|
||||
|
||||
Reference in New Issue
Block a user