[ostree] tests/admin-test.sh: add #!/bin/sh



commit 35f412c86af1767feec65290de0ca7aa3e57dccd
Author: Simon McVittie <smcv debian org>
Date:   Sat Mar 19 17:54:38 2016 +0000

    tests/admin-test.sh: add #!/bin/sh
    
    This is executable and appears to be intended to be executed directly,
    so it should have a #! line.

 tests/admin-test.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/admin-test.sh b/tests/admin-test.sh
index 2d80de2..3a04a69 100755
--- a/tests/admin-test.sh
+++ b/tests/admin-test.sh
@@ -1,4 +1,4 @@
-#
+#!/bin/sh
 # Copyright (C) 2011,2014 Colin Walters <walters verbum org>
 #
 # This library is free software; you can redistribute it and/or


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]