]> andersk Git - openssh.git/commitdiff
install fix
authordamien <damien>
Thu, 25 Nov 1999 02:40:22 +0000 (02:40 +0000)
committerdamien <damien>
Thu, 25 Nov 1999 02:40:22 +0000 (02:40 +0000)
Makefile.in

index de0d2f28b04204da148eaffc4578f15e4711538d..e09fcc2f04970a1c1ce5a7d98811ba6c3c8ec9d0 100644 (file)
@@ -85,7 +85,7 @@ install: all
 
        $(INSTALL) -d $(libexecdir) ;
        $(INSTALL) -d $(libexecdir)/ssh ;
-       if [ -z "@GNOME_ASKPASS@" ] ; then \
+       if [ -z "@GNOME_ASKPASS@" ] ; then \
                $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
        fi
 
This page took 0.043439 seconds and 5 git commands to generate.