Distribution of security fixes
Posted Sep 2, 2004 12:47 UTC (Thu) by
ingvar (guest, #1530)
In reply to:
Distribution of security fixes by jreiser
Parent article:
Distribution of security fixes
It (sort-of) exists in PSIX-compliant shells...
FOO=${FOO+$FOO:}/usr/local/lib # should do the trick
ingvar@gruk$ FOO=${FOO+$FOO:}/usr/local/lib
ingvar@gruk$ echo $FOO
/usr/local/lib
ingvar@gruk$ FOO=${FOO+$FOO:}/evil/cracker/path
ingvar@gruk$ echo $FOO
/usr/local/lib:/evil/cracker/path
(
Log in to post comments)