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
RevLine 
[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]9export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
[796]10echo KDEDIRS=$KDEDIRS
[794]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.