* use helpers script with dot version function for xdebug start and quit script
* condionaly laynch sed tunr on profile options for php 74 & correct appropriate logic
This commit is contained in:
5
bash/_helpers.sh
Normal file
5
bash/_helpers.sh
Normal file
@ -0,0 +1,5 @@
|
||||
function dot_version() {
|
||||
sed -r 's/^([[:digit:]])/\1./g' <<< $1
|
||||
}
|
||||
|
||||
export -f dot_version
|
Reference in New Issue
Block a user