Commit 4024af4b authored by Kristin Berry's avatar Kristin Berry
Browse files

PROG fixed Makefile for new cubeit badinputs test

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6290 41f8697f-d340-4b68-9986-7bafba869bb8
parent 424d010e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ commands:

#    Remove Paths
	$(SED) 's+\[/.*/input/+\[input/+' $(OUTPUT)/error_temp.txt > $(OUTPUT)/error_temp2.txt;
	$(SED) 's+\[/.*/output/+\[output/+' $(OUTPUT)/error_temp.txt > $(OUTPUT)/error.txt;
	$(SED) 's+\[/.*/output/+\[output/+' $(OUTPUT)/error_temp2.txt > $(OUTPUT)/error.txt;

#    Cleanup
	$(RM) $(OUTPUT)/error_temp.txt;