Skip to content

Commit

Permalink
Fix bash also in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 31, 2020
1 parent ba2fcd3 commit 30d89b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#This ensures a placeholder is shipped with CMD build.
for file in src/cld_3/protos/*.proto; do
echo "#error This is a placeholder file." > ${file%.proto}.pb.cc
Expand Down

0 comments on commit 30d89b3

Please sign in to comment.