aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/loki
diff options
context:
space:
mode:
authorGravatar William Dye <Darth.Fudd@gmail.com>2021-02-08 17:56:15 -0600
committerGravatar GitHub <noreply@github.com>2021-02-08 15:56:15 -0800
commit0e6b81c81b415bb584c8d7595264480fa5a7de84 (patch)
tree8996ffc938c239f7f6b2bd9859f2c18298d3b8d7 /projects/loki
parent35e7ac7e18cf87b58dd7d1bf88b1f9846adb92db (diff)
"#/bin/bash" is just a comment; change "#/" to "#!/" (#5139)
Diffstat (limited to 'projects/loki')
-rw-r--r--projects/loki/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/loki/build.sh b/projects/loki/build.sh
index 9f23ec3c..de3d5fb9 100644
--- a/projects/loki/build.sh
+++ b/projects/loki/build.sh
@@ -1,4 +1,4 @@
-#/bin/bash -eu
+#!/bin/bash -eu
# Copyright 2020 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");