This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 74947
Collapse All | Expand All

(-)ide/launcher/unix/netbeans (+4 lines)
Lines 66-71 Link Here
66
            echo $progdir/../$X
66
            echo $progdir/../$X
67
        elif [ -d "$X" ]; then
67
        elif [ -d "$X" ]; then
68
            echo $X
68
            echo $X
69
        elif expr "$X" : ".*/" >/dev/null; then
70
            echo $X
71
        else
72
            echo $progdir/../$X
69
        fi
73
        fi
70
    done
74
    done
71
}
75
}

Return to bug 74947