mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
ChangeLog: https://youtrack.jetbrains.com/articles/WI-A-231736036/PhpStorm-2022.3.2-223.8617.59-build-Release-Notes PR: 269287 Reported by: dmitry.wagin@ya.ru (maintainer)
6 lines
122 B
Bash
6 lines
122 B
Bash
#!/bin/sh
|
|
|
|
export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"}
|
|
export SHELL="/bin/sh"
|
|
|
|
exec "%%DATADIR%%/bin/phpstorm.sh" "$@"
|