[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Coreutils



Hello Mark,


Selon Mark Duckworth <mduckworth@atari-source.com>:
> So let me know what you guys think of this and which direction we should
> go.  I for the most part went ahead with this because my rpms were
> failing on stuff like mkdir $RPM_BUILD_ROOT/{stuff,temp,things} where
> instead of creating the dirs separately it would literally create the
> dir "{stuff,temp,things}".  It's kind of strange since mkdir didn't do
> it outside of the rpm build process - leading me to believe we may have
> absolutely no reason to upgrade.

This shell code is bash specific and non-portable. It should be avoided in
specfiles.

If you want/need to fix this, please check your system configuration. /bin/sh is
probably not bash (pdksh ? ash ?), or RPM is configured to use another path.


Best regards,


Xavier