Skip to content

Commit

Permalink
Switch to BASH
Browse files Browse the repository at this point in the history
To make use of pushd/popd
  • Loading branch information
artem committed Aug 1, 2018
1 parent 846e97e commit 013e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

pushd () {
command pushd "$@" > /dev/null
Expand Down

0 comments on commit 013e0b5

Please sign in to comment.