2020-06-27 19:08:14 +00:00
|
|
|
--- diff-lcs-1.4.2.orig/bin/htmldiff 2020-06-27 20:58:32.365435269 +0200
|
|
|
|
|
+++ diff-lcs-1.4.2/bin/htmldiff 2020-06-27 20:58:49.297519679 +0200
|
2012-07-29 13:06:29 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
2020-06-27 19:08:14 +00:00
|
|
|
-#! /usr/bin/env ruby -w
|
2012-07-29 13:06:29 +00:00
|
|
|
+#!/usr/bin/ruby -w
|
2020-06-27 19:08:14 +00:00
|
|
|
# frozen_string_literal: true
|
2012-07-29 13:06:29 +00:00
|
|
|
|
|
|
|
|
require 'diff/lcs'
|
2020-06-27 19:08:14 +00:00
|
|
|
--- diff-lcs-1.4.2.orig/bin/ldiff 2020-06-27 20:58:32.365435269 +0200
|
|
|
|
|
+++ diff-lcs-1.4.2/bin/ldiff 2020-06-27 20:59:01.713581567 +0200
|
2012-07-29 13:06:29 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
2020-06-27 19:08:14 +00:00
|
|
|
-#! /usr/bin/env ruby -w
|
2012-07-29 13:06:29 +00:00
|
|
|
+#!/usr/bin/ruby -w
|
2020-06-27 19:08:14 +00:00
|
|
|
# frozen_string_literal: true
|
2012-07-29 13:06:29 +00:00
|
|
|
|
|
|
|
|
require 'diff/lcs'
|