scripts/showTuple.sh.in
changeset 3308 b571b3566915
parent 2838 822af73497bf
     1.1 --- a/scripts/showTuple.sh.in	Mon Jan 16 23:36:42 2012 +0100
     1.2 +++ b/scripts/showTuple.sh.in	Sat May 10 12:33:37 2014 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  . "${CT_LIB_DIR}/paths.sh"
     1.5  
     1.6  # We'll need the stdout later, save it
     1.7 -exec 7>&1
     1.8 +exec 9>&1
     1.9  
    1.10  # Parse the common functions
    1.11  . "${CT_LIB_DIR}/scripts/functions"
    1.12 @@ -27,4 +27,4 @@
    1.13  CT_DoBuildTargetTuple
    1.14  
    1.15  # All this for this single echo... :-( Sigh, I'll have to re-arrange things...
    1.16 -echo "${CT_TARGET}" >&7
    1.17 +echo "${CT_TARGET}" >&9