forked from Shinonome/dots-hyprland
Fix: Prevent script exit in while-read loop
This commit is contained in:
+1
-1
@@ -913,7 +913,7 @@ if [[ "$process_files" == true ]]; then
|
|||||||
fi
|
fi
|
||||||
((files_created++))
|
((files_created++))
|
||||||
fi
|
fi
|
||||||
done < <(get_changed_files "$repo_dir_path")
|
done < <(get_changed_files "$repo_dir_path") || true
|
||||||
done
|
done
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user