fix gnome notification errors

This commit is contained in:
Flameshadowxeroshin
2011-03-13 10:37:29 -05:00
parent 33712f8ce9
commit 5c23d2d1d8
+1 -1
View File
@@ -27,7 +27,7 @@ success () {
echo okay.
fi
if [ $notify -gt 0 ]; then
notify send "sm-ssc build script" "$msg...okay."
notify-send "sm-ssc build script" "$msg...okay."
fi
}