summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-12 17:35:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-12 17:35:07 (GMT)
commit2fe3a9dbbbee635b22d0f01de13a5e85c7f05f70 (patch)
tree27c6fee787a131842c686169bce9daf0dcdef4b3 /tools
parent8bbec81bc0edd901e54b745a180bccbaad9546ef (diff)
Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!
Don't hardcode ncurses include and link flags.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/addToolVersion.sh2
-rwxr-xr-xtools/extract-config.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/addToolVersion.sh b/tools/addToolVersion.sh
index 8351d67..78e029d 100755
--- a/tools/addToolVersion.sh
+++ b/tools/addToolVersion.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Adds a new version to one of the toolchain component
myname="$0"
diff --git a/tools/extract-config.sh b/tools/extract-config.sh
index b5c77c6..3864652 100755
--- a/tools/extract-config.sh
+++ b/tools/extract-config.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# This scripts extracts a crosstool-NG configuration from the log file
# of a toolchain build with crosstool-NG.