Skip to content

Commit 4185f08

Browse files
committed
Use function definition syntax that works
1 parent 40a7ac7 commit 4185f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenv_embedded/activate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then
6868
export PS1
6969
fi
7070

71-
pydoc() {
71+
function pydoc {
7272
exec python -m pydoc "$@"
7373
}
7474

0 commit comments

Comments
 (0)