Projet

Général

Profil

Révision 9cb31209

ID9cb31209543d3c805acf03b9b1e4d986b907a7c5
Parent 79bace2b
Enfant 4df1c1a4

Ajouté par Steve Schnepp il y a plus de 13 ans

fix sh warnings

Voir les différences:

plugins/asterisk/asterisk_channels
8 8
#
9 9
# LGPL License
10 10

  
11
if [ $1 = "autoconf" ]; then
11
if [ "$1" = "autoconf" ]; then
12 12
        echo "yes"
13 13
        exit 0
14 14
fi
15 15

  
16
if [ $1 = "config" ]; then
16
if [ "$1" = "config" ]; then
17 17
        echo "graph_title Asterisk Channels"
18 18
        echo "graph_args --base 1000 -l 0"
19 19
        echo "graph_vlabel Channels"

Formats disponibles : Unified diff