diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-10 16:02:24 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-10 16:02:24 +0000 |
commit | 4d1d676dbaf674ed713ae3ecc3afee216d77e00b (patch) | |
tree | bca901c8ff8d18134874a7aba42d873a229471c4 /Test/C02cond.ztst | |
parent | a9d36386d1d7708ca2a3a4815aa68cc9f0925be7 (diff) | |
download | zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.gz zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.xz zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.zip |
enable dynamic libraries on MacOS X is the dlcompat library is installed
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r-- | Test/C02cond.ztst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index 83f9b6de3..eafda1b5c 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -19,6 +19,7 @@ chgrp $EGID modish chmod 7710 modish # g+xs,u+s,+t + chmod g+s modish # two lines combined work around chmod bugs touch unmodish chmod 000 unmodish |