Module: sip-router Branch: master Commit: 2022176637c54f4727e1e57942978b876072a614 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20221766...
Author: Jan Janak jan@ryngle.com Committer: Jan Janak jan@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$ #