1
0
Fork 0
arangodb/Installation/MacOSX/Bundle/hdiutilwrapper.sh.in

10 lines
165 B
Bash
Executable File

#!/bin/bash
verb=$1
shift
if test "$verb" == "create"; then
@HDIUTIL_EXECUTABLE@ $verb -megabytes @CMAKE_DMG_SIZE@ $@
else
@HDIUTIL_EXECUTABLE@ $verb $@
fi