Skip to content

Commit

Permalink
Clean up tmp files
Browse files Browse the repository at this point in the history
Fixes bug #639.
  • Loading branch information
tedjp committed Feb 6, 2009
1 parent fcf5c05 commit 1371705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlator.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case $1 in
} > $CONFTMP.3
cat $CONFTMP.3 > $CONF
fi
# rm -f $CONFTMP.2 $CONFTMP.3
rm -f $CONFTMP.2 $CONFTMP.3
;;
*)
echo "unknown argument '$1'" >&2
Expand Down

0 comments on commit 1371705

Please sign in to comment.