This commit declares "gen_build_files.sh" as the one that "uses
bashism", and "document it".
But what is the real result of this commit? It is:
make:
/root/build-farm/busybox-1969-g084e228.srcpkg/scripts/gen_build_files.sh:
Command not found
make: *** [gen_build_files] Error 127
Because
-#!/bin/sh
+#!/bin/bash
So now it is not possible to build busybox having only busybox shell
(ash) and not bash.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox
- fascistic commit r084e2284c700 busybox/scripts/gen_build_f... Douglas Mencken
- Re: fascistic commit r084e2284c700 busybox/scripts/ge... Denys Vlasenko
- Re: fascistic commit r084e2284c700 busybox/script... Peter Tyser
- Re: fascistic commit r084e2284c700 busybox/sc... Denys Vlasenko
- Re: fascistic commit r084e2284c700 busybo... Peter Tyser
- Re: fascistic commit r084e2284c700 b... Rob Landley
- "bash" alias is added Denys Vlasenko
- Re: fascistic commit r084e2284c7... Peter Tyser
- Re: fascistic commit r084e22... Rob Landley
- Re: fascistic commit r084e22... Peter Tyser
- Re: fascistic commit r084e22... Nils Carlson
