diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
commit | 6723d581f9777be5206619112a30122439c0ee95 (patch) | |
tree | d835c452bc1081f1d58a7c209654e345ebf0fbe8 /tdeprint/tdeprintfax | |
parent | deba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff) | |
download | tdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz tdebase-6723d581f9777be5206619112a30122439c0ee95.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'tdeprint/tdeprintfax')
-rwxr-xr-x | tdeprint/tdeprintfax/anytops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/anytops b/tdeprint/tdeprintfax/anytops index 9718831dc..f29c996fb 100755 --- a/tdeprint/tdeprintfax/anytops +++ b/tdeprint/tdeprintfax/anytops @@ -47,7 +47,7 @@ if [ -z "$INFILE" -o -z "$OUTFILE" -o ! -f "$INFILE" ]; then fi if [ -z "$MIMETYPE" ]; then - MAGIC=$KDEDIR + MAGIC=$TDEDIR if [ -z "$MAGIC" ]; then MAGIC=/usr fi |