Skip to content

Commit ad4a8e1

Browse files
committed
bashrc_repo: use _is_posix.
1 parent 83e69b6 commit ad4a8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc.d/bashrc_repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Long-term TODO: svn, vns and bzr.
66

77
# We are not POSIX-compatible.
8-
shopt -oq posix && return
8+
_is_posix && return
99

1010
# Get functions
1111
. /etc/bashrc.d/.bashrc_git &>/dev/null

0 commit comments

Comments
 (0)