Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/write-dockerfile.sh: Change bash -x back to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 26, 2020
1 parent b0459c3 commit a8708dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash -x
#! /usr/bin/env bash
## Write a Dockerfile to stdout that tests that the packages listed in the debian.txt/fedora.txt files of standard spkg exist
## and satisfy the requirements tested by spkg-configure.m4
## This is called by $SAGE_ROOT/tox.ini
Expand Down

0 comments on commit a8708dd

Please sign in to comment.