Skip to content

Commit

Permalink
Revert "Modified line 121 to work with OS X 10.9 Mavericks"
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbeardman committed Aug 4, 2014
1 parent c774ad9 commit cf3c42a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,6 @@ The app has only been tested on Mac OS 10.6.x
**If you choose the wrong device as the destination, you can erase important data! Proceed with caution.**

##Changelog
2014-07-16: Changed sudo command to fix permissions issue on Mac OS X 10.9.X Mavericks (0.23)
2013-11-04: Added sudo to fix permissions issue on Mac OS 10.9 Mavericks (0.22)
2009-09-17: Added option to list devices (0.21)
2009-09-16: Added automatic unmounting and mounting of devices, plus more robust determination of source size (0.20)
Expand Down
2 changes: 1 addition & 1 deletion dd-gui.app/Contents/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.23</string>
<string>0.22</string>
<key>LSUIElement</key>
<false/>
<key>NSMainNibFile</key>
Expand Down
4 changes: 2 additions & 2 deletions dd-gui.app/Contents/MacOS/ddgui
Expand Up @@ -118,7 +118,7 @@ then
fi
sudo touch $of
if=$if | sudo sh -c '$bar -s $size > $of'
sudo dd if=$if | $bar -s $size > $of
if [ -b "$of" ]
then
Expand Down Expand Up @@ -219,4 +219,4 @@ function pashua_run($conf, $encoding = 'macroman', $apppath = null) {

} // function pashua_run($conf)

?>
?>

0 comments on commit cf3c42a

Please sign in to comment.