[Workman-svn] SF.net SVN: workman:[31] trunk/src/gui/build_ui.sh
An unobtrusive time-tracking program for self-employed people
Status: Pre-Alpha
Brought to you by:
jmsilva
|
From: <jm...@us...> - 2011-10-21 00:51:26
|
Revision: 31
http://workman.svn.sourceforge.net/workman/?rev=31&view=rev
Author: jmsilva
Date: 2011-10-21 00:51:20 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
REALY fixed the bug in the UI creation script.
Modified Paths:
--------------
trunk/src/gui/build_ui.sh
Modified: trunk/src/gui/build_ui.sh
===================================================================
--- trunk/src/gui/build_ui.sh 2011-10-21 00:51:11 UTC (rev 30)
+++ trunk/src/gui/build_ui.sh 2011-10-21 00:51:20 UTC (rev 31)
@@ -1,4 +1,4 @@
for i in *.ui ; do
basename=`basename $i .ui`
- pyuic4 -o $basename $i.py && true
+ pyuic4 -o $basename.py $i && true
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|