summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2019-05-25 14:42:49 +0900
committerHideki Yamane <henrich@debian.org>2019-05-25 14:42:49 +0900
commit804338b1d6b0a6955380fd9059928a42c37b8bfd (patch)
treeb7e3d8d3b028db573ebe4a1698974d82b2415b56 /scripts
parent03299ff77bfc55b586e93b03ff97a5265412d020 (diff)
parent12bb6426a79986b343c76159ae935799132c172e (diff)
downloadinstallation-guide-804338b1d6b0a6955380fd9059928a42c37b8bfd.zip
Merge branch 'master' of salsa.debian.org:installer-team/installation-guide
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/revert_pot4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/revert_pot b/scripts/revert_pot
index a46996ed6..5a1fddd2c 100755
--- a/scripts/revert_pot
+++ b/scripts/revert_pot
@@ -9,7 +9,5 @@ POTDIR="./po/pot"
[ -d $POTDIR ] || exit 1
echo "Reverting modified POT files (if any)..."
-for POT in $(svn st $POTDIR | grep "^M" | sed "s/^M[[:space:]]*//"); do
- svn revert $POT
-done
+git checkout -- $POTDIR/*.pot
echo "done."