source: kde/kreadconfig/kreadconfig-test.sh@ 794

Last change on this file since 794 was 794, checked in by joergs, on Sep 2, 2009 at 6:07:11 PM

test programm and test profiles

  • Property svn:executable set to *
File size: 226 bytes
Line 
1#!/bin/bash
2
3#kde4-config --path config
4
5echo "set KDEDIRS to test/profile1 and test/profile2"
6export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
7
8#echo $KDEDIRS
9kde4-config --path config
10
11echo
12
13./kreadconfig.py testconfig
14
Note: See TracBrowser for help on using the repository browser.