commit e246389

hovercats  ·  2026-09-09 12:51:55 +0000 UTC
parent b0938ce
use >$file instead of > $file consistently
1 files changed,  +1, -1
M rcpm
M rcpm
+1, -1
1@@ -132,7 +132,7 @@ fn build_pkg {
2 	gen_manifest
3 	test -d $rcpm_cache || mkdir -p $rcpm_cache
4 	rcpm_compressor
5-	pax -w . | $tool > $rcpm_cache/$pkg@$ver-$rev.tar.$ext
6+	pax -w . | $tool >$rcpm_cache/$pkg@$ver-$rev.tar.$ext
7 	install_pkg
8 }
9