Skip to content

Commit

Permalink
explain what currently has no effect. sparky4 may have future plans
Browse files Browse the repository at this point in the history
here.
  • Loading branch information
joncampbell123 committed Sep 8, 2017
1 parent d40ef7f commit 519a666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simulate-sparky4-watcom-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ ENV=LINUX
SHELL=Bourne
REXX=/usr/bin/rexx


# use 64-bit Linux binaries on 64-bit.
# NTS: watcomver is never set, therefore this currently has NO EFFECT.
if [ "${watcomver}" == 2 ]; then
MACHINE_TYPE=`uname -m`
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
Expand Down

1 comment on commit 519a666

@joncampbell123
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Future doslib development plan:

joncampbell123/doslib#27

Please sign in to comment.