]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-emacsen
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postinst-emacsen
index 97004eb7e2290a43840ed303fce658c0d71ee0a4..f80e1dbd9c8dbc1b5b304f63aedf4d576e0ca57b 100644 (file)
@@ -1,4 +1,4 @@
-if [ "$1" = "configure" -a -x /usr/lib/emacsen-common/emacs-package-install ]
+if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]
 then
        /usr/lib/emacsen-common/emacs-package-install #PACKAGE#
 fi