scripts/mosh: Make the generated file executable.

This commit is contained in:
John Hood
2015-05-31 23:09:04 -04:00
parent 8af7473cc4
commit 937ab14f86
+1
View File
@@ -6,3 +6,4 @@ CLEANFILES = $(bin_SCRIPTS)
mosh: mosh.pl ../VERSION Makefile
@sed -e "s/\@VERSION\@/`cat ../VERSION`/" -e "s/\@PACKAGE_STRING\@/@PACKAGE_STRING@/" $(srcdir)/mosh.pl > mosh
@chmod a+x mosh