Skip to content

Commit

Permalink
Force using bash in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Feb 16, 2016
1 parent a318fcf commit 4a4df0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[2016-02-16 09:38:28 +0100] Fix do_destroy_zfs_pools karasu {a318fcf}
[2016-02-16 09:27:18 +0100] Tries to delete all previous antergos zfs pools. karasu {93b83c1}
[2016-02-14 19:04:25 +0100] and.... typo. karasu {cdaee39}
[2016-02-14 18:53:43 +0100] Umount /install/home karasu {8bfaabb}
Expand Down
1 change: 1 addition & 0 deletions cnchi-stable
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.42"
CNCHI_VERSION = "0.14.43"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# WARNING:
# This script is a helper that the developers use to call Cnchi (testing purposes only)
Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.42","files":[
{"version":"0.14.43","files":[
]}

0 comments on commit 4a4df0a

Please sign in to comment.