mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Update ynh_install_ruby__2
This commit is contained in:
parent
8e84376b47
commit
05e04a3149
1 changed files with 1 additions and 2 deletions
|
@ -105,9 +105,8 @@ ynh_use_ruby () {
|
|||
if [[ :$PATH: != *":$ruby_path"* ]]; then
|
||||
PATH="$ruby_path:$PATH"
|
||||
fi
|
||||
ruby_path="$PATH"
|
||||
# Create an alias to easily load the PATH
|
||||
ynh_ruby_load_path="PATH=$ruby_path"
|
||||
ynh_ruby_load_path="PATH=$PATH"
|
||||
|
||||
# Sets the local application-specific Ruby version
|
||||
(cd $final_path
|
||||
|
|
Loading…
Reference in a new issue