Revert "why cant man pages specify if something has an interactive prompt"

This reverts commit 3d2997d8e5.
This commit is contained in:
Max 2026-07-13 11:07:52 -05:00
parent 3d2997d8e5
commit e98c961b09

View file

@ -167,7 +167,7 @@ TOTAL_SIZE=$((STAGING_SIZE + PADDING))
dd if=/dev/zero of="$UNCOMPRESSED_DMG" bs=1 count=0 seek="$TOTAL_SIZE" status=none
mkfs.hfsplus -v "Ryujinx" "$UNCOMPRESSED_DMG"
yes | hpmount "$UNCOMPRESSED_DMG"
hpmount "$UNCOMPRESSED_DMG"
# Make all the folders first, because hpcopy won't make non-existent directories.
find "$DMG_FOLDER" -mindepth 1 -type d | sort | while IFS= read -r src;
do