diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-04 17:38:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-04 17:38:56 +0000 |
commit | e2f5b0ec15962be1e0873a325e62798bfcf03cb4 (patch) | |
tree | cf2c50a895eb5e0abbf6b06a52ec93034f92b1a5 /packages/darwin_app/Makefile | |
parent | ba20eb3d9b596cd5017249b839aaa75957cea59d (diff) |
arg it should be a tab, not spaces
svn path=/trunk/; revision=5478
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index ef506ffe..59fcde81 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -282,7 +282,7 @@ test_package: cd $(CWD) && hdiutil mount "$(DMG_NAME).dmg" # some better tests should go in here echo "Ejecting $(DMG_NAME)" - cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1` + cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1` |