mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
ba6027a,
checked in by Mei <mei@…>, 12 years ago
|
1) modified code all around to add support for encrypted private key for
ID credential
2) add new abac_key_t structure (abac_key.c)
3) add new keycheck option to creddy
4) add 2 new test suites
|
-
Property mode set to
100755
|
File size:
173 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | pwd=`pwd` |
---|
4 | |
---|
5 | for i in `ls -1 `; do |
---|
6 | if [ -d $i ]; then |
---|
7 | printf " ...setup on %s\n" "$i" >& 2; |
---|
8 | cd $i |
---|
9 | ./setup |
---|
10 | cd $pwd |
---|
11 | fi |
---|
12 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.