diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-11-07 02:07:44 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-11-07 02:07:44 +0000 |
| commit | 551ac1bf0836ec7ee873be112fe2beb4fb799a5a (patch) | |
| tree | 7c420ef1a92c8a4692b8eb53bbb8ad004c4d6fae /pki/base/common/scripts | |
| parent | 8b7fac3f033143cd6bf53d94be8c398982a3af21 (diff) | |
Bugzilla Bug #533233 - Remove "pki*" scripts from pki-native-tools . . .
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@812 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/common/scripts')
| -rwxr-xr-x | pki/base/common/scripts/pkicomplete | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/common/scripts/pkicomplete b/pki/base/common/scripts/pkicomplete index 083475ce4..bc9fa3a8d 100755 --- a/pki/base/common/scripts/pkicomplete +++ b/pki/base/common/scripts/pkicomplete @@ -70,9 +70,9 @@ if( ( $^O ne 'Windows_NT' ) && ( $^O ne 'MSWin32' ) ) { # Compute "flavor" of Operating System my $pki_flavor = ""; if( $^O eq "linux" ) { - $pki_flavor = `pkiflavor`; + $pki_flavor = "pki"; } elsif( $^O eq "solaris" ) { - $pki_flavor = `pkiflavor`; + $pki_flavor = "pki"; } else { print( STDERR "ERROR: Unsupported platform '$^O'!\n" ); |
