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.
|