Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/etc
Module Name: src
Committed By: christos
Date: Tue Jun 3 14:00:46 UTC 2003
Modified Files:
src/etc: rc.subr
Log Message:
Use more concise shell syntax:
1. for i in $* -> for i
2. foo=$* -> foo="$@"
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/etc/rc.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index