summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundled-common/default.nix
diff options
context:
space:
mode:
authorJudson <nyarly@gmail.com>2017-07-02 17:18:58 -0700
committerJudson <nyarly@gmail.com>2017-07-02 17:18:58 -0700
commit0641253ae66d748b5ff0562c4edba3f9502a38e3 (patch)
tree3b636a598821de054cf5413457f23aca6604683e /pkgs/development/ruby-modules/bundled-common/default.nix
parente149f0234451e6ac714492076e5796546a2b035b (diff)
downloadnixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.gz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.bz2
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.lz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.xz
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.tar.zst
nixpkgs-0641253ae66d748b5ff0562c4edba3f9502a38e3.zip
Small changes in response to review.
Diffstat (limited to 'pkgs/development/ruby-modules/bundled-common/default.nix')
-rw-r--r--pkgs/development/ruby-modules/bundled-common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/default.nix b/pkgs/development/ruby-modules/bundled-common/default.nix
index 09eb36a247a..1bf6257f655 100644
--- a/pkgs/development/ruby-modules/bundled-common/default.nix
+++ b/pkgs/development/ruby-modules/bundled-common/default.nix
@@ -140,7 +140,7 @@ let
           name = "${pname}-interactive-environment";
           nativeBuildInputs = [ wrappedRuby basicEnv ];
           shellHook = ''
-            export OLD_IRBRC="$IRBRC"
+            export OLD_IRBRC=$IRBRC
             export IRBRC=${irbrc}
           '';
           buildCommand = ''