diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-30 19:39:41 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-30 19:39:41 +0200 |
commit | 853b59a1490364b7697d0c4e1af51e3bc45662f6 (patch) | |
tree | 6c62fd92ee60996ef6274f02053497cdd75f8412 /t/travis-deps/install.sh | |
parent | 67bde88d068d5aa50c0a66d951dca5aaefc1a4f1 (diff) | |
download | sbotools2-853b59a1490364b7697d0c4e1af51e3bc45662f6.tar.xz |
Add "Done" notification for travis-deps/install.sh
Diffstat (limited to 't/travis-deps/install.sh')
-rw-r--r-- | t/travis-deps/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index 727e861..955c6c4 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -14,3 +14,4 @@ then touch /etc/profile.d/32dev.sh cp -a t/travis-deps/convertpkg-compat32 /usr/sbin fi +echo "travis-deps/install.sh: Done."; |