summaryrefslogtreecommitdiff
path: root/includes/generic-includes.sh
diff options
context:
space:
mode:
authorNick Daly <myownlittlworld@hotmail.com>2009-11-07 22:41:08 -0600
committerNick Daly <myownlittlworld@hotmail.com>2009-11-07 22:41:08 -0600
commit933c53a67d04b9418e54286b1ff19f8b89655941 (patch)
tree491dc8a70d4417626afa9565a21ecad717df1f4f /includes/generic-includes.sh
parent920ac6e2414eb1840104100545958d857446f296 (diff)
downloadgemrb-gameinstallers-933c53a67d04b9418e54286b1ff19f8b89655941.tar.bz2
gemrb-gameinstallers-933c53a67d04b9418e54286b1ff19f8b89655941.zip
Partially enabled PlayOnLinux.
* Added PlayOnLinux to includes/autoinstall-includes.sh. * Clarified help-text in includes/generic-includes.sh.
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