Use /bin/sh indirection to call scsh from the path
This commit is contained in:
parent
bac56f93bb
commit
f7a25bd47a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue