Skip to content

Commit

Permalink
Fixup a path.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed May 24, 2011
1 parent 4919caf commit 5cb9751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utah/scripts/reduce/prep.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

system "${CSMITH_PATH}/src/csmith @ARGV";

system "gcc -E -I${CSMITH_PATH}/runtime -DCSMITH_MINIMAL $outfile | ${CSMITH_PATH}/utah/scripts/shorten.pl > small.c";
system "gcc -E -I${CSMITH_PATH}/runtime -DCSMITH_MINIMAL $outfile | ${CSMITH_PATH}/utah/scripts/reduce/shorten.pl > small.c";

system "indent small.c";

0 comments on commit 5cb9751

Please sign in to comment.