File: upstream-migration-shebang.patch

package info (click to toggle)
texmacs 1%3A2.1.4%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 145,080 kB
  • sloc: cpp: 227,393; lisp: 197,386; ansic: 5,395; python: 1,939; makefile: 1,065; sh: 781; perl: 339; xml: 100; awk: 36
file content (21 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: upstream: migration: shebang
 Proper invocation of perl (Ralf Treinen).
 Migrate from colon-bang (or something) to shebang:
 the comment by Perderabo at <www.unix.com>
 [here](https://www.unix.com/shell-programming-and-scripting/10193-just-first-line-shell.html)
 gives some clue.
Origin: vendor, Debian
Forwarded: https://github.com/texmacs/texmacs/pull/94
Author: Jerome Benoit <calculus@rezozer.net>
Author: Ralf Treinen <treinen@debian.org>
Last-Update: 2024-08-15

--- a/plugins/mupad/bin/tm_mupad
+++ b/plugins/mupad/bin/tm_mupad
@@ -1,5 +1,4 @@
-:
-#!/bin/bash -- # -*- perl -*-
+#!/usr/bin/perl
 # $Id: tm_mupad 2463 2008-12-14 21:03:24Z vdhoeven $
 #
 # MuPAD <-> TeXmacs communication link.