summaryrefslogtreecommitdiff
path: root/support/xenix-link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/xenix-link.sh')
-rwxr-xr-xsupport/xenix-link.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/xenix-link.sh b/support/xenix-link.sh
index 58e84194..ed22a08c 100755
--- a/support/xenix-link.sh
+++ b/support/xenix-link.sh
@@ -36,7 +36,7 @@ rm -f bash
if [ -z "$CC" ]
then
- if [ -f /unix -a ! -f /xenix ]
+ if [ -f /unix ] && [ ! -f /xenix ]
then
CC="cc -xenix"
else