changeset 283:875ad11af596

fix_pmake
author anatofuz
date Sun, 02 Feb 2020 13:31:03 +0900
parents 40b1b7476e77
children 1696f9c2ad0d 26be78edaf83
files src/gearsTools/pmake.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gearsTools/pmake.pl	Tue Jan 28 17:14:44 2020 +0900
+++ b/src/gearsTools/pmake.pl	Sun Feb 02 13:31:03 2020 +0900
@@ -10,7 +10,7 @@
 my $curdir = getcwd;
 
 if (@ARGV) {
-  if ($ARGV[0] =~ /--delete/) {
+  if ($ARGV[0] =~ /--del/) {
     my @current_dir_file = glob "*";
     map { print "$_\n";} @current_dir_file;
     print "delete all files? > [y/n]\n";