source:
kde/kreadconfig/kreadconfig-test.sh@
807
Last change on this file since 807 was 796, checked in by , on Sep 4, 2009 at 12:08:25 PM | |
---|---|
|
|
File size: 295 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # test application for kreadconfig.py |
4 | # $Id: kreadconfig-test.sh 796 2009-09-04 10:08:25Z joergs $ |
5 | |
6 | #kde4-config --path config |
7 | |
8 | #echo "set KDEDIRS to test/profile1 and test/profile2" |
9 | export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2 |
10 | echo KDEDIRS=$KDEDIRS |
11 | |
12 | #echo $KDEDIRS |
13 | kde4-config --path config |
14 | |
15 | echo |
16 | |
17 | ./kreadconfig.py testconfig |
18 |
Note:
See TracBrowser
for help on using the repository browser.