]> andersk Git - gssapi-openssh.git/commitdiff
o Remove gpt directory deletion.
authorcphillip <cphillip>
Thu, 1 May 2003 16:00:59 +0000 (16:00 +0000)
committercphillip <cphillip>
Thu, 1 May 2003 16:00:59 +0000 (16:00 +0000)
openssh/make_gpt_dist

index ab2bd4cea03a307ac52ef62efb5ac20105f33d85..835141356ea16b3d2ff782504c83e629540952f5 100755 (executable)
@@ -93,7 +93,6 @@ chdir("./$srcdirname");
 
 printf("pruning source directory of extraneous files...\n");
 system("rm -rf `find . -name CVS -print`")==0 or die "Unable to remove cvs directories: $?";
-system("rm -rf ./gpt")==0 or die "Unable to remove gpt directory: $?";
 
 #
 # run the standard development tools to get the necessary derived files.
This page took 0.041019 seconds and 5 git commands to generate.