aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/tinyxml2
diff options
context:
space:
mode:
authorGravatar Robin Alexander Richtsfeld <robin.richtsfeld@gmail.com>2017-11-20 21:22:57 +0100
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2017-11-20 12:22:57 -0800
commit2dfd739d38d1596759c00e50c3bf51b6c1d93f63 (patch)
treee230c9eb0887c4cb6eea2d67bbe22b9a61ddcca9 /projects/tinyxml2
parent329e9eafb4a88b26c725bbb3279164597adf805d (diff)
Clean Shell Scripts (#999)
* Clean all.sh Double quote array expansions, otherwise they're like $* and break on spaces. * Clean dropbear/build.sh In POSIX sh, 'pushd' is not supported. In POSIX sh, 'popd' is not supported. * Clean woff2/build.sh Iterating over ls output is fragile. Use globs. * Clean tinyxml2/build.sh Add shebang
Diffstat (limited to 'projects/tinyxml2')
-rw-r--r--projects/tinyxml2/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/tinyxml2/build.sh b/projects/tinyxml2/build.sh
index f49c87a5..a31ccfda 100644
--- a/projects/tinyxml2/build.sh
+++ b/projects/tinyxml2/build.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");