source:
app/dist/common/make_deps.sh
@
2f8d6d8
Last change on this file since 2f8d6d8 was 317d53b, checked in by pawelk <pawelk@…>, 17 years ago | |
---|---|
|
|
File size: 114 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | grep -r -e "\`" ../../src | grep -v -e "\.svn\/" | perl find_perl_deps.pl | sort | uniq > dep_list.txt |
Note: See TracBrowser
for help on using the repository browser.