Changeset 35438 for main/trunk


Ignore:
Timestamp:
2021-09-21T10:59:26+12:00 (3 years ago)
Author:
kjdon
Message:

added a missing dollar sign

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/makegli.sh

    r35308 r35438  
    5454fi
    5555
    56 if [ "xJAVACFLAGS" = "x" ] ; then
     56if [ "x$JAVACFLAGS" = "x" ] ; then
    5757    JAVACFLAGS="-source 1.6 -target 1.6"
    5858fi
Note: See TracChangeset for help on using the changeset viewer.