summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 22:14:47 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 22:14:47 +0000
commit0f5168f971051c9b1cb60b1a1622a5c0afdaee29 (patch)
tree358d3ea510b6d2f0ed843849a70bda14c900b8e8 /configure
parentc111310600fd8f15a9682e342a005ba5d54177d8 (diff)
Use >|.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6fd96057..8f293f70 100755
--- a/configure
+++ b/configure
@@ -1,13 +1,13 @@
#!/bin/sh
-# $Id: configure,v 1.11 2009-05-16 22:06:01 nicm Exp $
+# $Id: configure,v 1.12 2009-05-16 22:14:47 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
CONFIG_H=config.h
-echo "/* $TMUX_PLATFORM */" >$CONFIG_H
+echo "/* $TMUX_PLATFORM */" >|$CONFIG_H
CONFIG_MK=config.mk
-echo "# $TMUX_PLATFORM" >$CONFIG_MK
+echo "# $TMUX_PLATFORM" >|$CONFIG_MK
case $TMUX_PLATFORM in
# ------------------------------------------------------------------------------