Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Rob G's fix for Git Bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Feb 9, 2016
1 parent 593313d commit 0d0f619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/genBSDF.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
# RCSid $Id: genBSDF.pl,v 2.62 2016/02/08 00:51:32 greg Exp $
# RCSid $Id: genBSDF.pl,v 2.63 2016/02/09 23:05:26 greg Exp $
#
# Compute BSDF based on geometry and material description
#
Expand Down Expand Up @@ -39,7 +39,7 @@ sub userror {
$tbz = "$td\\tbz.dat";
$rbz = "$td\\rbz.dat";
chomp $td;
$rmtmp = "rmdir /S /Q $td";
$rmtmp = "rd /S /Q $td";
} else {
$td = mkdtemp("/tmp/genBSDF.XXXXXX");
chomp $td;
Expand Down

0 comments on commit 0d0f619

Please sign in to comment.