parent
ea49325b9f
commit
204dfd0de6
2 changed files with 2 additions and 2 deletions
3
cd.sh
3
cd.sh
|
@ -352,7 +352,8 @@ local variable="${1}"
|
||||||
if [ "${variable}" ] ; then
|
if [ "${variable}" ] ; then
|
||||||
grep "^${variable}=" "/etc/os-release" \
|
grep "^${variable}=" "/etc/os-release" \
|
||||||
| sed "s|^${variable}=||" \
|
| sed "s|^${variable}=||" \
|
||||||
| sed "s|^\"\(.*\)\"$|\1|"
|
| sed "s|^\"\(.*\)\"$|\1|" \
|
||||||
|
| sed "s|^\([0-9]\+\)\..*|\1|"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,4 +39,3 @@ from various CA, CI, OCI / OS.
|
||||||
* first list working directory
|
* first list working directory
|
||||||
* integrate project repository cloning
|
* integrate project repository cloning
|
||||||
* override repository and framework locations
|
* override repository and framework locations
|
||||||
* reduce operating system version to major
|
|
||||||
|
|
Loading…
Reference in a new issue