7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
test -f ../MANIFEST || exec echo "must be started in plug-ins/perl/po"
|
|
|
|
make update-po
|
|
|