Skip to content

Commit

Permalink
Merge branch 'gz-cmake3' into preserve-exe
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Jan 24, 2024
2 parents 6ee7fc6 + eddb0ef commit 9651fcc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmake/upload_doc.sh.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh

echo "Usage: sh upload_doc.sh [y/n]"
echo " Optional [y/n] argument indicates whether to upload the docs to S3 automatically."

Expand Down
2 changes: 1 addition & 1 deletion codecheck/cpplint.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) 2009 Google Inc. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion tools/check_test_ran.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Software License Agreement (BSD License)
#
# Copyright (c) 2008, Willow Garage, Inc.
Expand Down

0 comments on commit 9651fcc

Please sign in to comment.