mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
make hdiutil quieter
This commit is contained in:
parent
b5f6ef01ec
commit
67dac32d21
@ -10,11 +10,11 @@ unpack_build () {
|
||||
mac|mac-ppc)
|
||||
cd ../
|
||||
mkdir -p mnt
|
||||
echo "y" | PAGER="cat > /dev/null" hdiutil attach \
|
||||
-quiet -mountpoint ./mnt "$pkg_file"
|
||||
sleep 5
|
||||
echo "y" | PAGER="/bin/cat" hdiutil attach \
|
||||
-quiet -puppetstrings -noautoopen -mountpoint \
|
||||
./mnt "$pkg_file" > /dev/null
|
||||
rsync -a ./mnt/* $dir_name/
|
||||
hdiutil detach mnt
|
||||
hdiutil detach mnt > /dev/null
|
||||
cd $dir_name
|
||||
;;
|
||||
win32)
|
||||
|
Loading…
Reference in New Issue
Block a user