File: RscriptPath.patch

package info (click to toggle)
r-cran-argparser 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: sh: 13; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,258 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
36
37
38
39
40
41
42
43
44
Author: Steffen Möller
Last-Update: 2020-09-12 02:30:21 +0200
Description: Fix interpreter

Index: r-cran-argparser/demo/round-magrittr.R
===================================================================
--- r-cran-argparser.orig/demo/round-magrittr.R
+++ r-cran-argparser/demo/round-magrittr.R
@@ -1,4 +1,4 @@
-#!/usr/bin/env Rscript
+#!/usr/bin/Rscript
 
 library(magrittr, quietly=TRUE)
 library(argparser, quietly=TRUE)
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)