Browse Source

reactivate some code

pull/4/head
Gildas Cuisinier 13 years ago
parent
commit
82196700f9
  1. 2
      libexec/jenv-rehash

2
libexec/jenv-rehash

@ -132,7 +132,7 @@ cd "$SHIM_PATH" @@ -132,7 +132,7 @@ cd "$SHIM_PATH"
# Create the prototype shim, then register shims for all known binaries.
create_prototype_shim
shopt -s nullglob
#make_shims ../versions/*/bin/*
make_shims ../versions/*/bin/*
# Restore the previous working directory.
cd "$OLDPWD"

Loading…
Cancel
Save