Searched refs:TMP (Results 1 – 2 of 2) sorted by relevance
10 TMP=tmp.build_release24 if [ -r $TMP ]; then25 echo "Temporary directory '$TMP' exists. Remove it before running this."29 mkdir $TMP40 tar --directory=$TMP -xf -42 cd $TMP47 rm -r $TMP
105 TMP=$1106 if [ x${TMP%=[0-9]*} = "xchannels" ]; then107 NUM_CH=${TMP#channels=}