Ignore:
Timestamp:
03/20/2017 03:14:54 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
085739c
Parents:
89b7cce
Message:
  • Update README.PACKAGE_MANAGEMENT for porg
  • Improve (?) README test
  • Make VERSION lowercase in packInstall.sh.porg, since porg will do that anyway
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r89b7cce r2706ad5  
    5353# in version.
    5454esac
    55 echo $VERSION
     55echo ${VERSION,,}   # convert to lowercase, in case there is a capital letter
     56                    # in version
    5657}
    5758
Note: See TracChangeset for help on using the changeset viewer.