summaryrefslogtreecommitdiffstats
path: root/pki/base/setup/pkiremove
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/setup/pkiremove')
-rwxr-xr-xpki/base/setup/pkiremove6
1 files changed, 3 insertions, 3 deletions
diff --git a/pki/base/setup/pkiremove b/pki/base/setup/pkiremove
index ca9d5c461..74393cc2c 100755
--- a/pki/base/setup/pkiremove
+++ b/pki/base/setup/pkiremove
@@ -1,4 +1,4 @@
-#!/usr/bin/pkiperl
+#!/usr/bin/perl
#
# --- BEGIN COPYRIGHT BLOCK ---
# This program is free software; you can redistribute it and/or modify
@@ -93,9 +93,9 @@ my $ARGS = ( $#ARGV + 1 );
# 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" );