Author: branden Date: 2004-04-14 14:18:02 -0500 (Wed, 14 Apr 2004) New Revision: 1255
Modified: trunk/debian/xdm.config.in Log: Fix shell redirection style. Update Vim modeline. Modified: trunk/debian/xdm.config.in =================================================================== --- trunk/debian/xdm.config.in 2004-04-14 19:14:43 UTC (rev 1254) +++ trunk/debian/xdm.config.in 2004-04-14 19:18:02 UTC (rev 1255) @@ -42,7 +42,7 @@ "$DEFAULT_DISPLAY_MANAGER_FILE" | head -n 1)") if [ -n "$CURRENT_DEFAULT" ]; then - if ! which "$CURRENT_DEFAULT" > /dev/null 2>&1; then + if ! which "$CURRENT_DEFAULT" >/dev/null 2>&1; then observe "default display manager \"$CURRENT_DEFAULT\" specified in" \ "$DEFAULT_DISPLAY_MANAGER_FILE does not exist or is not" \ "executable" @@ -79,4 +79,4 @@ exit 0 -# vim:set ai et sts=2 sw=2 tw=0: +# vim:set ai et sts=2 sw=2 tw=80: