summarylogtreecommitdiffstats
path: root/lbe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lbe.sh')
-rwxr-xr-xlbe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbe.sh b/lbe.sh
index b7be2664c746..e85202d12fc6 100755
--- a/lbe.sh
+++ b/lbe.sh
@@ -24,7 +24,7 @@ if [ ! -d "$confdir" ]; then
cp -a "$appdir/templates" "$confdir/"
fi
-if [ ! -t "$appdir/attributes.config" ]; then
+if [ ! -k "$appdir/attributes.config" ]; then
cp -a "$appdir/attributes.config" "$confdir/"
fi