2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/videos.git synced 2023-12-14 05:53:00 +01:00

Fix indentation.

* helper.sh: Adjust indentation.
This commit is contained in:
Ricardo Wurmus 2020-03-28 10:10:03 +01:00
parent 794d36d0ad
commit a4edcf3410
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -43,7 +43,7 @@ echo $VIDEOS
for fn in $VIDEOS;do for fn in $VIDEOS;do
if [ ! -d $fn ]; then if [ ! -d $fn ]; then
exit 1 exit 1
fi fi
cd $fn cd $fn
./buildall.sh ./buildall.sh