Use /bin/sh indirection to call scsh from the path

This commit is contained in:
Martin Gasbichler 2003-01-29 16:35:34 +00:00
parent bac56f93bb
commit f7a25bd47a
1 changed files with 2 additions and 2 deletions

View File

@ -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