Skip to content

Commit

Permalink
Merge branch 'master' into add-tgz-target-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ober authored Oct 26, 2023
2 parents 7eaab86 + 7b9f3db commit cc99d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_src_files() {
local dest="${2}"
local oldpwd="$(pwd)"
cd "${src}"
for f in $(find . -name \*.ss -or -name \*.ssi -or -name \*.scm -or -name \*.c | egrep -v "/[.]gerbil" | grep -v build.ss); do
for f in $(find . -name \*.ss -o -name \*.ssi -o -name \*.scm -o -name \*.c | egrep -v "/[.]gerbil" | grep -v build.ss); do
mkdir -p $(dirname "${dest}/${f}") || die
cp -v "${f}" "${dest}/${f}" || die
done
Expand Down

0 comments on commit cc99d95

Please sign in to comment.