summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-08-21 00:54:32 -0700
committerMichael Forney <mforney@mforney.org>2017-09-01 17:59:36 -0700
commit5915e9ccc6a8f4c4e24cee2f684818371c41d8db (patch)
tree9fc8152526e368c2aeb26fd2f54e33ab37599b20 /scripts
parent7e19937cb3fc63a6b68d87ea9af25041ceae4f04 (diff)
fetch-*.rc does not need to be executable
We always call it with rc explicitly.
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/fetch-curl.rc2
-rw-r--r--[-rwxr-xr-x]scripts/fetch-git.rc2
2 files changed, 0 insertions, 4 deletions
diff --git a/scripts/fetch-curl.rc b/scripts/fetch-curl.rc
index 26b26faa..a5689e5c 100755..100644
--- a/scripts/fetch-curl.rc
+++ b/scripts/fetch-curl.rc
@@ -1,5 +1,3 @@
-#!/bin/rc
-
flag e +
if(~ $#* 0) {
diff --git a/scripts/fetch-git.rc b/scripts/fetch-git.rc
index c01de87b..14f28afc 100755..100644
--- a/scripts/fetch-git.rc
+++ b/scripts/fetch-git.rc
@@ -1,5 +1,3 @@
-#!/bin/rc
-
flag e +
if(! ~ $#* 1) {