Changeset 1491

Show
Ignore:
Timestamp:
10/13/09 20:48:41 (6 weeks ago)
Author:
Alexandre Rossi <alexandre.rossi@…>
Hashname:
20091013184841-85ee7-0c7d501dacefdd501e1751551ff8924621da6ce9
Message:

[debian] fix another bashism in /etc/init.d/deejayd

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/deejayd.init

    r1453 r1491  
    6262        touch $DEEJAYD_XAUTHORITY 
    6363        chgrp video $DEEJAYD_XAUTHORITY && chmod 640 $DEEJAYD_XAUTHORITY 
    64         if [ "$DEEJAYD_XSERVER_METHOD" == "reuse" ]; then 
     64        if [ "$DEEJAYD_XSERVER_METHOD" = "reuse" ]; then 
    6565            chmod g+w $DEEJAYD_XAUTHORITY 
    6666        fi