Home
last modified time | relevance | path

Searched refs:shell_quote (Results 1 – 1 of 1) sorted by relevance

/trunk/main/solenv/bin/modules/installer/
H A Dsimplepackage.pm37 sub shell_quote subroutine
587 $systemcall = "cd " . shell_quote($localtempdir) .
588 " && hdiutil create -srcfolder " . shell_quote($folder) .
589 " -volname " . shell_quote($volume_name) .
590 " -fs HFS+ -format UDZO -ov " . shell_quote($archive);
592 $systemcall .= " && hdiutil unflatten " . shell_quote($archive) .
593 " && Rez -a " . shell_quote($$ref) . " -o " . shell_quote($archive) .
594 " && hdiutil flatten " . shell_quote($archive);