Skip to content

Commit

Permalink
chore: remove unnecessary header replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
jogly committed Aug 4, 2022
1 parent 48f096c commit 0d599dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-h3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pushd "$H3_SRC_DIR" || badexit
echo Copying source files into working directory
pushd ./src/h3lib/lib/ || badexit
for f in *.c; do
sed -E 's/#include "(.*)"/#include "h3_\1"/; s/#include <faceijk.h>/ /' "$f" > "$CWD/h3_$f" || badexit
sed -E 's/#include "(.*)"/#include "h3_\1"/' "$f" > "$CWD/h3_$f" || badexit
done
popd || badexit

Expand Down

0 comments on commit 0d599dc

Please sign in to comment.