]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/exec/build_some
force RGtk2 to depend upon glade. bug reported by Balazs Barany. thanks.
[cran2deb.git] / trunk / exec / build_some
index 5d8178c42d1b27512bccc765eeb65de6f5e6f8a5..da105fdb37b286797376f167c3f7a53302a97078 100755 (executable)
@@ -12,7 +12,7 @@ if ([ ! -e all_pkgs ]) {
     cran2deb cran_pkgs $* >all_pkgs
 }
 
-for pkg in $(cat all_pkgs); do
+for (pkg in `{cat all_pkgs}) {
     if (~ $pkg *..* */*) {
         echo bad name $pkg >>fail/ERROR
     } else if ([ -e warn/$pkg ]) {
@@ -34,4 +34,4 @@ for pkg in $(cat all_pkgs); do
             echo FAILED
         }
     }
-done
+}