Commit e6269543 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Fixed bugs in deltack appTest Makefiles.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6477 41f8697f-d340-4b68-9986-7bafba869bb8
parent b8c84426
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ commands:
	# 1. remove cube filename paths
	# 2. remove digits beyond the fifth decimal place of decimal numbers
	# 3. remove date and time
	$(CAT) $(OUTPUT)/residuals.csv \
	$(CAT) residuals.csv \
	  | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	  > $(OUTPUT)/residuals.csv
	$(RM) bundleout.txt > /dev/null;