diff --git a/Utils/build.sh b/Utils/build.sh index a670f1a799..49f19b0cb1 100755 --- a/Utils/build.sh +++ b/Utils/build.sh @@ -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 }