mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 23:14:00 +00:00
Replace /bin/bash with /bin/sh
/bin/bash is a Linuxism. /bin/sh is portable, and this script isn't using any bash-specific features.
This commit is contained in:
parent
74115a2a1e
commit
726e9530d6
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#=======================================================================
|
||||
# Copyright 2009 Trustees of Indiana University.
|
||||
@ -16,4 +16,4 @@ inkscape --export-png grid_graph_unwrapped.png --export-id g3150 --export-id-onl
|
||||
inkscape --export-png grid_graph_wrapped.png grid_graph_unindexed.svg
|
||||
|
||||
# Indexed, unwrapped
|
||||
inkscape --export-png grid_graph_indexed.png grid_graph_indexed.svg
|
||||
inkscape --export-png grid_graph_indexed.png grid_graph_indexed.svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user