File: RscriptPath.patch

package info (click to toggle)
r-cran-argparser 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: sh: 13; makefile: 2
file content (64 lines) | stat: -rw-r--r-- 1,772 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Author: Steffen Möller
Last-Update: 2020-09-12 02:30:21 +0200
Description: Fix interpreter

Index: r-cran-argparser/demo/round.R
===================================================================
--- r-cran-argparser.orig/demo/round.R
+++ r-cran-argparser/demo/round.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser, quietly=TRUE)
     
Index: r-cran-argparser/demo/sum.R
===================================================================
--- r-cran-argparser.orig/demo/sum.R
+++ r-cran-argparser/demo/sum.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser, quietly=TRUE)
     
Index: r-cran-argparser/demo/sum2.R
===================================================================
--- r-cran-argparser.orig/demo/sum2.R
+++ r-cran-argparser/demo/sum2.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser, quietly=TRUE)
     
Index: r-cran-argparser/demo/prime.R
===================================================================
--- r-cran-argparser.orig/demo/prime.R
+++ r-cran-argparser/demo/prime.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser, quietly=TRUE)
 
Index: r-cran-argparser/demo/round-pipe.R
===================================================================
--- r-cran-argparser.orig/demo/round-pipe.R
+++ r-cran-argparser/demo/round-pipe.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser, quietly=TRUE)
     
Index: r-cran-argparser/demo/underscore.R
===================================================================
--- r-cran-argparser.orig/demo/underscore.R
+++ r-cran-argparser/demo/underscore.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(argparser)