Changeset 4071 in vbox for trunk/src/VBox/VMM/testcase/mkdsk.sh
- Timestamp:
- Aug 7, 2007 5:07:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/mkdsk.sh
r2988 r4071 1 1 #!/bin/sh 2 2 # 3 # Copyright (C) 2006-2007 innotek GmbH 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License as published by the Free Software Foundation, 9 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 10 # distribution. VirtualBox OSE is distributed in the hope that it will 11 # be useful, but WITHOUT ANY WARRANTY of any kind. 12 # 13 # If you received this file as part of a commercial VirtualBox 14 # distribution, then only the terms of your commercial VirtualBox 15 # license agreement apply instead of the previous paragraph. 16 # 3 # Copyright (C) 2006-2007 innotek GmbH 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License as published by the Free Software Foundation, 9 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 10 # distribution. VirtualBox OSE is distributed in the hope that it will 11 # be useful, but WITHOUT ANY WARRANTY of any kind. 17 12 18 13 if [ "x$3" == "x" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.