diff options
author | Daniel Baumann <daniel@debian.org> | 2009-05-02 08:51:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 4709ece48f056ded071d56946c793a0c25e7143e (patch) | |
tree | 0e8752989c5eef335e78e3e77e77b53a90e59fbe /Makefile | |
parent | deaa1214dcac463b698a7cf8b6201bd5e6d3c721 (diff) | |
download | vyos-live-build-4709ece48f056ded071d56946c793a0c25e7143e.tar.gz vyos-live-build-4709ece48f056ded071d56946c793a0c25e7143e.zip |
Correcting typo in Makefile about line wrapping.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ test: then \ checkbashisms functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \ else \ - echo "WARNING: skipping bashism test - you need to install devscripts."; + echo "WARNING: skipping bashism test - you need to install devscripts."; \ fi build: |