use bash
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Feb 2013 09:32:11 +0000 (10:32 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Feb 2013 09:32:11 +0000 (10:32 +0100)
scripts/sfa-stable-debian.sh

index e535978..a8d176f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # usage e.g. $0 1.0-20
 [[ -z "$@" ]] && { echo Usage $0 stable ; exit 1 ; }
 stable=$1; shift