aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter7/gettext.sh')
-rw-r--r--chapter7/gettext.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh
index 0e1771d..5c3b164 100644
--- a/chapter7/gettext.sh
+++ b/chapter7/gettext.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
-set -e
-
-./configure --disable-shared &&
-make &&
-cp -v gettext-tools/src/msgfmt /usr/bin &&
-cp -v gettext-tools/src/msgmerge /usr/bin &&
-cp -v gettext-tools/src/xgettext /usr/bin
+#!/bin/bash
+set -e
+
+./configure --disable-shared &&
+make &&
+cp -v gettext-tools/src/msgfmt /usr/bin &&
+cp -v gettext-tools/src/msgmerge /usr/bin &&
+cp -v gettext-tools/src/xgettext /usr/bin