[sr-dev] git:master: ser_mysql.sh: Switch to /bin/bash

Jan Janak jan at ryngle.com
Tue Feb 2 01:25:07 CET 2010


Module: sip-router
Branch: master
Commit: 2022176637c54f4727e1e57942978b876072a614
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2022176637c54f4727e1e57942978b876072a614

Author: Jan Janak <jan at ryngle.com>
Committer: Jan Janak <jan at ryngle.com>
Date:   Mon Feb  1 19:24:47 2010 -0500

ser_mysql.sh: Switch to /bin/bash

The ser_mysql.sh script is probably not POSIX clean and currently does
not work with dash (the new default interpreter for /bin/sh in debian).

Switch back to /bin/bash, this makes the script work again across
distributions.

---

 scripts/mysql/sip-router_mysql.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/mysql/sip-router_mysql.sh b/scripts/mysql/sip-router_mysql.sh
index 63b656a..3b40132 100755
--- a/scripts/mysql/sip-router_mysql.sh
+++ b/scripts/mysql/sip-router_mysql.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # $Id$
 #




More information about the sr-dev mailing list