Mercurial > hg > CbC > CbC_xv6
diff src/gearsTools/pmake.pl @ 240:875ad11af596
fix_pmake
author | anatofuz |
---|---|
date | Sun, 02 Feb 2020 13:31:03 +0900 |
parents | 8162269b5682 |
children | 72c38f531ae2 |
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";