HomeSoftware Heritage

Refactor loop to use for-do instead of while-read.
3d60c9ef6162Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Refactor loop to use for-do instead of while-read.

This for loop around find removes the need for the read statement.
The read statement isn't portable to solaris, because Read has no -r option
in /bin/sh on solaris. This should resolve Issue #45.

Details

Provenance
Spencer Krum <nibz@cat.pdx.edu>Authored on
Spencer Krum <skrum@go2uti.com>Committed on Aug 8 2013, 7:52 PM
olasdPushed on Sep 10 2015, 1:22 PM
Parents
rSPCATfe537c0f4f36: Merge pull request #51 from duritong/lang_sort
Branches
Unknown
Tags
Unknown

Event Timeline

Spencer Krum <skrum@go2uti.com> committed rSPCAT3d60c9ef6162: Refactor loop to use for-do instead of while-read. (authored by Spencer Krum <nibz@cat.pdx.edu>).Aug 8 2013, 7:52 PM