Skip to content

Commit

Permalink
13557 pf[k]sh fails to properly resolve paths (missing diffs)
Browse files Browse the repository at this point in the history
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Dominik Hassler <hadfl@omnios.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
  • Loading branch information
citrus-it committed Feb 21, 2021
1 parent 944411b commit 6859ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions usr/src/cmd/ast/Makefile.ast
Expand Up @@ -108,6 +108,7 @@ LIBSHELLFEATUREFLAGS= \
-DSHOPT_MULTIBYTE \
-DSHOPT_NAMESPACE \
-DSHOPT_OPTIMIZE \
-DSHOPT_PFSH=0 \
-DSHOPT_RAWONLY \
-DSHOPT_STATS \
-DSHOPT_SUID_EXEC \
Expand Down
2 changes: 1 addition & 1 deletion usr/src/cmd/ast/libshell/Makefile.com
Expand Up @@ -44,7 +44,7 @@ LIBSHELLMACH= $(TARGETMACH)
LIBSHELLBASE=..

LIBS= $(DYNLIB)
LDLIBS += -lcmd -ldll -last -lsocket -lsecdb -lm -lc
LDLIBS += -lcmd -ldll -last -lsocket -lm -lc

# We use "=" here since using $(CPPFLAGS.master) is very tricky in our
# case - it MUST come as the last element but future changes in -D options
Expand Down

0 comments on commit 6859ab0

Please sign in to comment.