|
|
1.1 root 1: #!/bin/sh
2:
3: PREF="."
4: for x in 0 1 2 3 4 5 6 7 ; do
5: test -f $PREF/config/configure.in && break
6: PREF="../$PREF"
7: done
8: ROOT=$( echo $(pwd) | sed "s,\(//*[^/][^/]*\)\{$x\}/*\$,," )
9: RELNAME=$( echo $(pwd) | sed "s,^$ROOT/*,,g" )
10: echo $RELNAME
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.