repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-tests: Add signal code matching utility
[Samba.git]
/
selftest
/
save.env.sh
blob
9906f95e1ae552de180c763c104d1737138a7547
1
#!/bin/sh
2
3
{
4
vars
=
`set | \
5
grep "^[a-zA-Z][^=]*='[^']*'$" | \
6
grep -v '^IFS=' | \
7
grep -v '^TERM' | \
8
grep -v '^PPID' | \
9
grep -v '^PS[1-9]=' | \
10
cat `
11
echo
"
${vars}
"
12
echo
"
${vars}
"
|
sed
-e
's!^\([a-zA-Z][^=]*\)=.*$!export \1!'
13
} >
bin
/
restore.env.
source
14
15
echo
"RUN: '. bin/restore.env.source'"