mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-08-19 18:06:02 +00:00
Revert "why cant man pages specify if something has an interactive prompt"
This reverts commit 3d2997d8e5.
This commit is contained in:
parent
3d2997d8e5
commit
e98c961b09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue