From f7a25bd47a8151849fb80223098fcc6b9ed8a6b2 Mon Sep 17 00:00:00 2001 From: Martin Gasbichler Date: Wed, 29 Jan 2003 16:35:34 +0000 Subject: [PATCH] Use /bin/sh indirection to call scsh from the path --- build/xpackages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/xpackages.scm b/build/xpackages.scm index 0349cde..3f70fc3 100755 --- a/build/xpackages.scm +++ b/build/xpackages.scm @@ -1,5 +1,5 @@ -#! /usr/local/bin/scsh \ --o filenames -o pp -s +#! /bin/sh +exec scsh -o filenames -o pp -s "$0" "$@" !# ;;; xpackages.scm