From 5fea0129bb54feb5bfa0deb0ce8e8403b1328079 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 1 Sep 2014 08:25:22 +0300 Subject: bootstrap: add option to get update po files and exit --- bootstrap | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/bootstrap b/bootstrap index 7a359b9..387009b 100755 --- a/bootstrap +++ b/bootstrap @@ -45,10 +45,31 @@ get_po() { } ######################### +unset po_only +while getopts "ph" opt +do + case $opt in + p) po_only=1;; + h) cat - <