commit: 5915e9ccc6a8f4c4e24cee2f684818371c41d8db
parent 7e19937cb3fc63a6b68d87ea9af25041ceae4f04
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 21 Aug 2017 00:54:32 -0700
fetch-*.rc does not need to be executable
We always call it with rc explicitly.
Diffstat:
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git 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
@@ -1,5 +1,3 @@
-#!/bin/rc
-
flag e +
if(! ~ $#* 1) {