Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- runit-2.1.2/src/print-ar.sh 2+++ runit-2.1.2/src/print-ar.sh 3@@ -1,7 +1,7 @@ 4 cat warn-auto.sh 5 echo 'main="$1"; shift' 6 echo 'rm -f "$main"' 7-echo 'ar cr "$main" ${1+"$@"}' 8+echo '$AR cr "$main" ${1+"$@"}' 9 case "`cat systype`" in 10 sunos-5.*) ;; 11 unix_sv*) ;; 12@@ -10,5 +10,5 @@ case "`cat systype`" in 13 dgux-*) ;; 14 hp-ux-*) ;; 15 sco*) ;; 16- *) echo 'ranlib "$main"' ;; 17+ *) echo '$RANLIB "$main"' ;; 18 esac