40f9678 Fix typo causing certmonger is provided with wrong path to ipa-submit.

1 file Authored by dkupka 9 years ago, Committed by mkosek 9 years ago,
    Fix typo causing certmonger is provided with wrong path to ipa-submit.
    
    Using strip() instead split() caused that only first character of path was specified.
    Also using shlex for more robust parsing.
    
    https://fedorahosted.org/freeipa/ticket/4624
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+4 -3