summaryrefslogtreecommitdiff
path: root/includes/generic-includes.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-02-09 17:12:20 +0000
committerNick White <git@njw.me.uk>2010-02-09 17:12:20 +0000
commitef6704c7111642f5c1cccf09c2990adeb1fec299 (patch)
tree56a3cc43db9dc3e9a2db16dccbe945c0823234b6 /includes/generic-includes.sh
parentd44154ecfafb9bf183e201dadc0fd1ed6310fbd1 (diff)
parentbd2a182caf12caec92f188ff848676e808819f64 (diff)
downloadgemrb-gameinstallers-ef6704c7111642f5c1cccf09c2990adeb1fec299.tar.bz2
gemrb-gameinstallers-ef6704c7111642f5c1cccf09c2990adeb1fec299.zip
Merged Nick Daly's work
Diffstat (limited to 'includes/generic-includes.sh')
-rw-r--r--includes/generic-includes.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh
index e90199c..32f8bc0 100644
--- a/includes/generic-includes.sh
+++ b/includes/generic-includes.sh
@@ -180,6 +180,7 @@ function move_and_remove
{
# usage: move_and_remove source destination
# copies the files in the source directory to the destination.
+ # then removes the source entirely.
if [ "$1" != "$2" ]
then
mkdir -p "$2" || die