Commit a36229cf authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Handle non-binary files

parent 4234a1e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,6 +77,6 @@ for bin in "${TARGETS[@]}"; do
			*) continue ;;
		esac
		copy $dep
	done
	done || true
	copy $bin
done