summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-08-13 21:40:05 -0600
committerunknown <sasha@mysql.sashanet.com>2001-08-13 21:40:05 -0600
commitaaf71625ea95f8163eb66a095ed00ea1953e3e7e (patch)
tree5506635617ba6bf7db6ea4d0ceac8afa7edc7a73 /BUILD
parent97250b9c40a378659c6c4423461021231a3b551d (diff)
downloadmariadb-git-aaf71625ea95f8163eb66a095ed00ea1953e3e7e.tar.gz
audio completion notification
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/FINISH.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 368ab339c2b..5900223f3d5 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -45,3 +45,11 @@ then
else
echo "$commands"
fi
+
+comp_finished=sounds/compilation_finished.au.gz
+
+if [ -c /dev/audio ] && [ -f "$comp_finished" ]
+then
+ gunzip -c $comp_finished > /dev/audio
+fi
+