tags 501173 + patch
thanks

Attached is a patch that resolves this issue.

-- 
Regards,
Andres
--- game-data-packager.old	2008-11-30 23:15:42.000000000 -0500
+++ game-data-packager	2008-11-30 23:15:56.000000000 -0500
@@ -25,9 +25,9 @@
 
 # package default settings
 if [ -f "./etc/game-data-packager.conf" ]; then
-	source "./etc/game-data-packager.conf"
+	. "./etc/game-data-packager.conf"
 else
-	source "/etc/game-data-packager.conf"
+	. "/etc/game-data-packager.conf"
 fi
 OUTDIR=""
 OUTFILE=""
@@ -74,7 +74,7 @@
 	supported >&2
 	exit 1
 fi
-source "$SUPPORTED/$GAME"
+. "$SUPPORTED/$GAME"
 
 debug "short: $SHORTNAME"
 debug "long: $LONGNAME"

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to