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

Last change on this file since 796 was 796, checked in by joergs, on Sep 4, 2009 at 12:08:25 PM

show immutable flag

  • Property svn:executable set to *
  • Property svn:keywords set to
    Id
    Rev
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"
9export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
10echo KDEDIRS=$KDEDIRS
11
12#echo $KDEDIRS
13kde4-config --path config
14
15echo
16
17./kreadconfig.py testconfig
18
Note: See TracBrowser for help on using the repository browser.