Annotation of SSHFS-Mountlet/create_dmg, revision 1.1

1.1     ! adi         1: #!/bin/bash
        !             2: 
        !             3: sshfs_mountlet_dmg="sshfs-mountlet_v$(grep -m 1 "VERSION=" SSHFS-Mountlet/src/sshfs-mountlet | sed -e "s/^.*VERSION=\"//" -e "s/\"$//").dmg"
        !             4: 
        !             5: if [ -e "dist/$sshfs_mountlet_dmg" ]; then
        !             6:        rm "dist/$sshfs_mountlet_dmg"
        !             7: fi
        !             8: hdiutil create "dist/$sshfs_mountlet_dmg" -volname SSHFS-Mountlet -fs HFS+ -srcfolder SSHFS-Mountlet

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>