summaryrefslogtreecommitdiffstats
path: root/scripts/relpath.awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix scripts/relpath.awk to work with mawkMikulas Patocka2010-05-211-5/+5
| | | | | | | | | | | | | | | | length(array) is specific to GNU awk and doesn't work in mawk. Use a return value of "split" function to indicate array size, this is supported in both gawk and mawk. This patch fixes the following errors during "make install" when mawk is installed as a default awk. mawk: scripts/relpath.awk: line 25: illegal reference to array from mawk: scripts/relpath.awk: line 25: illegal reference to array to mawk: scripts/relpath.awk: line 27: illegal reference to array from mawk: scripts/relpath.awk: line 32: illegal reference to array to Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
* pre-releaseAlasdair Kergon2010-04-301-1/+1
|
* change awk pathAlasdair Kergon2010-04-301-1/+1
|
* Added awk script relpath.awk to calculate relative paths.Zdenek Kabelac2010-04-151-0/+40