summarylogtreecommitdiffstats
path: root/lbe.sh
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-08-17 01:31:50 +0300
committerMantas Mikulėnas2015-08-17 01:31:50 +0300
commitf65191123c32a0b53c4b38d2ca333a22da2d4f61 (patch)
tree2cf68a4d0433fd45f02c558586691b890dc34852 /lbe.sh
parent0f7e82e4837f0488080525a1ee57555700786981 (diff)
downloadaur-f65191123c32a0b53c4b38d2ca333a22da2d4f61.tar.gz
fix launcher script
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