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 40730
Collapse All | Expand All

(-)release/bin/runide.sh (-1 / +1 lines)
Lines 207-213 Link Here
207
}
207
}
208
208
209
do_run_updater() {
209
do_run_updater() {
210
    eval "\"$jdkhome/bin/java\"" -classpath "\"${updatercp}\"" $jargs "-Dnetbeans.user=$userdir" $updater_class
210
    eval "\"$jdkhome/bin/java\"" -classpath "\"${updatercp}\"" $jargs "-Dnetbeans.user=\"$userdir\"" $updater_class
211
}
211
}
212
212
213
look_for_pre_runs() {
213
look_for_pre_runs() {

Return to bug 40730