Author: branden Date: 2003-08-07 12:11:38 -0500 (Thu, 07 Aug 2003) New Revision: 373
Modified: trunk/debian/xserver-common.postinst.in Log: debian/xserver-common.postinst.in: (cosmetic) shell style cleanups Modified: trunk/debian/xserver-common.postinst.in ============================================================================== --- trunk/debian/xserver-common.postinst.in 2003-08-06 08:14:22 UTC (rev 372) +++ trunk/debian/xserver-common.postinst.in 2003-08-07 17:11:38 UTC (rev 373) @@ -51,8 +51,8 @@ nice_value=$NICE_VALUE EOF if ! cmp -s "$XWRAPPER_CONFIG" "$NEW_XWRAPPER_CONFIG"; then - cp "$NEW_XWRAPPER_CONFIG" "${XWRAPPER_CONFIG}.dpkg-new" - mv "${XWRAPPER_CONFIG}.dpkg-new" "$XWRAPPER_CONFIG" + cp "$NEW_XWRAPPER_CONFIG" "$XWRAPPER_CONFIG.dpkg-new" + mv "$XWRAPPER_CONFIG.dpkg-new" "$XWRAPPER_CONFIG" md5sum "$XWRAPPER_CONFIG" > "$XWRAPPER_CONFIG_CHECKSUM" fi rm -f "$NEW_XWRAPPER_CONFIG" @@ -60,7 +60,7 @@ message "Note: not updating $XWRAPPER_CONFIG; file has been customized" fi else - message "Note: not updating $XWRAPPER_CONFIG; no stored MD5 checksum"\ + message "Note: not updating $XWRAPPER_CONFIG; no stored MD5 checksum" \ "available" fi else -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]