Skip to content
Snippets Groups Projects
Commit 71435fa9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added support for comments in .exportable_files.

Rev: src/modules/_Crypto/.build_lobotomized_crypto:1.7
parent 24ddc769
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# $Id: .build_lobotomized_crypto,v 1.6 1998/03/28 14:29:35 grubba Exp $
# $Id: .build_lobotomized_crypto,v 1.7 1998/03/28 14:32:16 grubba Exp $
if [ ! -f cbc.c ]; then
echo ".build_lobotomized_crypto should be run in pike/src/modules/_Crypto"
......@@ -25,7 +25,7 @@ smartcopy() {
echo "Copying source files..."
for d in . include lib; do
for f in `cat $d/.exportable_files`; do
for f in `egrep -v '^#' $d/.exportable_files`; do
echo $d/$f
smartcopy $d/$f ../_Lobotomized_Crypto/$d/$f
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment