/
niceSOFT
/
krb5
Обзор
Документация
Войти
/
niceSOFT
/
krb5
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ccapi/test/setlib.pl
10 строк
182 B
Kevin Koch
Changes to integrate the CCAPI build into the build structure, build the test suite and fixes to random problems discovered along the way
19 фев 2008, 18:22
19 фев 2008, 18:22
1ad7c24
Код
Авторство
О чём код?
#!perl -w $b = "lib\\win\\srctmp"; $a = $ENV{LIB}; if (! ($a =~ /$b/) ) { print "$b Not in LIB!\n"; system("del a.tmp"); } else {print "$b in LIB.\n";} exit(0);