Skip to content

Commit

Permalink
shrc: execute bit not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Mar 7, 2019
1 parent c6f0764 commit cfe5826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -x ~/bin/ssh-agent.sh ]
then
~/bin/ssh-agent.sh > /dev/null
fi
if [ -x ~/.sshrc ]
if [ -f ~/.sshrc ]
then
. ~/.sshrc
fi

0 comments on commit cfe5826

Please sign in to comment.