File: rm-ksh.patch

package info (click to toggle)
magics%2B%2B 4.16.0%2Breally4.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372,992 kB
  • sloc: cpp: 169,061; xml: 37,612; fortran: 26,295; python: 19,863; perl: 8,096; ansic: 4,660; javascript: 2,298; sh: 1,475; csh: 136; f90: 97; makefile: 86
file content (35 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Remove ksh, as unsupported in Debian right now
Last-Updated: 2016-11-13
Forwarded: not-needed

Index: magics++-4.8.0/apps/MagMLInterpretor/magjson-script.in
===================================================================
--- magics++-4.8.0.orig/apps/MagMLInterpretor/magjson-script.in
+++ magics++-4.8.0/apps/MagMLInterpretor/magjson-script.in
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #set -x
 
 # Platform dependent variables
Index: magics++-4.8.0/apps/MagMLInterpretor/magml-script.in
===================================================================
--- magics++-4.8.0.orig/apps/MagMLInterpretor/magml-script.in
+++ magics++-4.8.0/apps/MagMLInterpretor/magml-script.in
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #set -x
 
 # Platform dependent variables
Index: magics++-4.8.0/apps/metgram/metgram-script.in
===================================================================
--- magics++-4.8.0.orig/apps/metgram/metgram-script.in
+++ magics++-4.8.0/apps/metgram/metgram-script.in
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #set -x
 
 # Platform dependent variables