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 |
Rev | Line | |
---|---|---|
[794] | 1 | #!/bin/bash |
2 | ||
[795] | 3 | # test application for kreadconfig.py |
4 | # $Id: kreadconfig-test.sh 796 2009-09-04 10:08:25Z joergs $ | |
5 | ||
[794] | 6 | #kde4-config --path config |
7 | ||
[796] | 8 | #echo "set KDEDIRS to test/profile1 and test/profile2" |
[794] | 9 | export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2 |
[796] | 10 | echo KDEDIRS=$KDEDIRS |
[794] | 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.