diff options
Diffstat (limited to 'chapter7/gettext.sh')
-rw-r--r-- | chapter7/gettext.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh index 85bc7f4..49fbf15 100644 --- a/chapter7/gettext.sh +++ b/chapter7/gettext.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --disable-shared make && cp -v gettext-tools/src/msgfmt /usr/bin |