mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user