Skip to content

Commit 1a3eefc

Browse files
lendenmcjasonamyers
authored andcommitted
Merged in lendenmc/virtualenvwrapper (pull request #51)
Fix .kshrc sourcing error "'&>file' is nonstandard" Approved-by: Tyler K <[email protected]> Approved-by: Jason Myers <[email protected]>
2 parents df8ac04 + 737b6e7 commit 1a3eefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ function _lsvirtualenv_usage {
593593
function lsvirtualenv {
594594

595595
typeset long_mode=true
596-
if command -v "getopts" &> /dev/null
596+
if command -v "getopts" >/dev/null 2>&1
597597
then
598598
# Use getopts when possible
599599
OPTIND=1

0 commit comments

Comments
 (0)