Skip to content

Commit

Permalink
Merge branch 'jb51957' into 'master'
Browse files Browse the repository at this point in the history
[openssh] Try to load developer profile on emulator. JB#51957

See merge request mer-core/openssh!21
  • Loading branch information
Thaodan committed Nov 16, 2020
2 parents 58530c1 + 815db1c commit 8dd1d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/load_developer_profile.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Don't load arbitary file from shell-profile directory only when developer profile is enabled.
# We check for devel-su because that is only installed when developer-mode is installed.
if [ -e /usr/bin/devel-su ] ; then
if [ -e /usr/bin/devel-su ] || [ -e /etc/sailfishos-emulator ]; then
. /etc/profile.d/developer-profile.sh
fi

0 comments on commit 8dd1d77

Please sign in to comment.