source:
kde/kreadconfig/kreadconfig-test.sh@
795
Last change on this file since 795 was 795, checked in by , on Sep 2, 2009 at 6:45:46 PM | |
---|---|
|
|
File size: 272 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # test application for kreadconfig.py |
4 | # $Id: kreadconfig-test.sh 795 2009-09-02 16:45:46Z 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 | |
11 | #echo $KDEDIRS |
12 | kde4-config --path config |
13 | |
14 | echo |
15 | |
16 | ./kreadconfig.py testconfig |
17 |
Note:
See TracBrowser
for help on using the repository browser.