[ostree: 24/70] tests/admin-test.sh: this is a bash script, not a POSIX sh script



commit 1dd85513e540ef0b42f2fee7238fa1f710eaa4ca
Author: Simon McVittie <smcv debian org>
Date:   Thu Mar 31 09:48:18 2016 +0100

    tests/admin-test.sh: this is a bash script, not a POSIX sh script
    
    The "function foo()" syntax is bash-specific, and Colin indicated in
    PR #226 that he prefers to require bash rather than trying to support
    every POSIX shell.
    
    Signed-off-by: Simon McVittie <smcv debian org>
    
    Closes: #232
    Approved by: cgwalters

 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 3a04a69..43dcbb5 100755
--- a/tests/admin-test.sh
+++ b/tests/admin-test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # 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]