commit | 2d1a8b34143f7d66a9aaf89ad6d0591bb52656ce | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <chmouel@chmouel.com> | Mon Nov 14 22:16:11 2011 +0100 |
committer | Chmouel Boudjnah <chmouel@chmouel.com> | Mon Nov 14 22:16:11 2011 +0100 |
tree | 32e3ab8dacfbef5015a774dee0939f9fa01961f0 | |
parent | f990ded56786b21258cdff2acc946ab2eba2ee76 [diff] |
Use internal bash reader.
diff --git a/stack.sh b/stack.sh index 536e913..6399c7f 100755 --- a/stack.sh +++ b/stack.sh
@@ -400,7 +400,7 @@ OIFS=$IFS IFS=$'\n' - for line in $(cat ${fname}); do + for line in $(<${fname}); do if [[ $line =~ "NOPRIME" ]]; then continue fi