1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

update bin/ scripts (re: 3b19944e)

This commit is contained in:
Martijn Dekker 2021-01-19 23:05:01 +00:00
parent 3b19944e07
commit 7c7128e496
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ USAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-copyright?Copyrigh
command=package
(set -o posix) 2>/dev/null && set -o posix
(command set -o posix) 2>/dev/null && set -o posix
path=Bad
case $PATH in
Bad*) echo "Cannot be run by zsh in native mode; use a sh symlink to zsh" >&2