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 \
|
#! /bin/sh
|
||||||
-o filenames -o pp -s
|
exec scsh -o filenames -o pp -s "$0" "$@"
|
||||||
!#
|
!#
|
||||||
|
|
||||||
;;; xpackages.scm
|
;;; xpackages.scm
|
||||||
|
|
Loading…
Reference in New Issue