Changeset 24134

Show
Ignore:
Timestamp:
10/25/09 15:45:01 (4 weeks ago)
Author:
broder
Message:

Things that are not the same in shell scripts: &, &&

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/debathena/config/gdm-config/debian/rules

    r24128 r24134  
    22 
    33GDM_VERSION = $(shell dpkg-query --showformat='$${Version}' --show gdm) 
    4 NEW_GDM = $(shell dpkg --compare-versions $(GDM_VERSION) ge '2.25.2~' & echo y) 
     4NEW_GDM = $(shell dpkg --compare-versions $(GDM_VERSION) ge '2.25.2~' && echo y) 
    55 
    66ifneq ($(wildcard /etc/gdm/gdm.conf-custom),)