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