Skip to content

Commit 53db550

Browse files
committed
Don't use exec in update hook
1 parent cd21f04 commit 53db550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
4-
exec $(dirname $(readlink -f $0))/update.rb "$@"
4+
$(dirname $(readlink -f $0))/update.rb "$@"

0 commit comments

Comments
 (0)