--- a/imgtools/romtools/maksym/maksymrofs Mon Nov 22 10:56:31 2010 +0800
+++ b/imgtools/romtools/maksym/maksymrofs Mon Nov 22 13:38:53 2010 +0800
@@ -1,3 +1,9 @@
#!/bin/sh
-perl -S maksymrofs.pl $@
+PRGDIR=`dirname "$0"`
+
+PRGDIR=`cd "$PRGDIR"; pwd`
+
+perl "$PRGDIR/maksymrofs.pl" $@
+
+