This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] b50cde: Fix bashisms in patch-rework.sh script


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: b50cde605a89f08ddb5ef8c5766724bd81fd5a5c
      https://github.com/crosstool-ng/crosstool-ng/commit/b50cde605a89f08ddb5ef8c5766724bd81fd5a5c
  Author: Led <ledest@gmail.com>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M scripts/patch-rework.sh

  Log Message:
  -----------
  Fix bashisms in patch-rework.sh script

This script has a '#!/bin/sh' shabang and might be running on a POSIX
shell. So replace bash-specific constructions (pushd/popd, for((...)),
read with '-u' option) to POSIX-shell equivalents.

Signed-off-by: Led ledest@gmail.com


  Commit: cf3fc4244ce0541c6fb671ff2004e83951be798d
      https://github.com/crosstool-ng/crosstool-ng/commit/cf3fc4244ce0541c6fb671ff2004e83951be798d
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-01-26 (Mon, 26 Jan 2015)

  Changed paths:
    M scripts/patch-rework.sh

  Log Message:
  -----------
  Merge pull request #22 from Ledest/master

fix bashisms in patch-rework.sh script


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1b04bead745e...cf3fc4244ce0
--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]