aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-profile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-xbin/ak-profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-profile b/bin/ak-profile
index c686f28..f4051eb 100755
--- a/bin/ak-profile
+++ b/bin/ak-profile
@@ -200,7 +200,7 @@ EOF
fi
_ak_zblock_pack "profile/add" $(pwd)/data
- if [ "$?" -ne 0 ]
+ if [ $? -ne 0 ]
then
echo "error??"
exit 1