From 6f79b2f9a655e0e746341fd7b5a6b5547e48f9f9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 9 Apr 2022 21:42:07 +0530 Subject: scripts: Do not pass multiple arguments to env. * scripts/ccwl: Do not pass multiple arguments to env. Pass them through sh. --- scripts/ccwl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ccwl b/scripts/ccwl index b435f8b..8e9d085 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -1,4 +1,5 @@ -#! /usr/bin/env guile --no-auto-compile +#!/usr/bin/env sh +exec guile --no-auto-compile -s "$0" "$@" !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021, 2022 Arun Isaac -- cgit v1.2.3