Searched refs:TMP_DIR (Results 1 – 5 of 5) sorted by relevance
3 TMP_DIR=`mktemp -d /tmp/std.26.tmp.XXXXXX`11 if [ -f ${TMP_DIR}/${file} ]; then12 mv ${TMP_DIR}/${file} ${OPENL2TP_DIR}54 cp ${OPENL2TP_DIR}/ptest/test_procs.tcl $TMP_DIR55 cp ${OPENL2TP_DIR}/ptest/tunnel.test $TMP_DIR56 cp ${OPENL2TP_DIR}/ptest/session.test $TMP_DIR
15 mv "$name_dir" "$TMP_DIR/$name"16 name_dir="$TMP_DIR/$name"45 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
27 +TMP_DIR="$(readlink -f /tmp)"36 + 'start-stop-daemon -S -d $TMP_DIR -x true 2>&1; echo $?' \43 + 'output=$(start-stop-daemon -S -d $TMP_DIR -x pwd); echo $output' \44 + "$TMP_DIR\n" \50 + 'output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output' \51 + "$TMP_DIR\n" \
50 declare -rx TMP_DIR="/tmp"188 if ! mkdir -p "$TMP_DIR/$name"; then194 name_dir="$TMP_DIR/$name"229 dump_dir=$TMP_DIR260 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
37 output_file_dir="$TMP_DIR/ldap_bmcdump"